Html Css Color HEX #C81959 Ruby

📋 copy color: '#C81959'

red 200 ◦ green 25 ◦ blue 89

#C81959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C81959

Tints of Ruby #C81959

RGB

 RED value IS 200 (78.52% from 255) = 63.69%

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 63.69%
G = 7.96%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C81959 (or 0xC81959) is known color: Ruby. HEX triplet: C8, 19 and 59. RGB value is (200,25,89). Sum of RGB (Red+Green+Blue) = 200+25+89=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C81959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81959 is #37E6A6. Grayscale: #545454. Windows color (decimal): -3663527 or 5839304. OLE color: 5839304.

HSL color Cylindrical-coordinate representation of color #C81959: hue angle of 338.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81959 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 89 -
CMYK 0 0.88 0.56 0.22
HSL 338.06º 0.78% 0.44% -
HSV(B) 338.06º 0.88% 0.78% -
XYZ 25.97 13.7 10.73 -
YUV 84.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 200 25 89 0 0.88 0.56 0.22 338.06 0.78 0.44
Hex C8 19 59 0 58 38 16 152 4E 2C
Octal 310 31 131 0 130 70 26 522 116 54
Binary 11001000 11001 1011001 0 1011000 111000 10110 101010010 1001110 101100

Color Harmonies of #C81959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81959

Black with #C81959

Text Example


Text Example

White with #C81959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81959; }

 p { color: rgb(200,25,89); }

 H1.HeaderClassName
 {
   color: #C81959;
 }
 .AnyTagClassName
 {
   color: #C81959;
 }
</style>

background-color css

<style>
 a { background-color: #C81959; }

 a { background-color: rgb(200,25,89); }

 div.DivClassName
 {
   background-color: #C81959;
 }
 .BgClassName
 {
   background-color: #C81959;
 }
</style>

border-color css

<style>
 span { border-color: #C81959; }

 span { border-color: rgb(200,25,89); }

 td.TdClassName
 {
   border-color: #C81959;
 }
 .TagClassName
 {
   border-color: #C81959;
 }
</style>