Html Css Color HEX #C41859 Ruby

📋 copy color: '#C41859'

red 196 ◦ green 24 ◦ blue 89

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

Shades of Ruby #C41859

Tints of Ruby #C41859

RGB

 RED value IS 196 (76.95% from 255) = 63.43%

 GREEN value IS 24 (9.77% from 255) = 7.77%

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

R = 63.43%
G = 7.77%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41859 (or 0xC41859) is known color: Ruby. HEX triplet: C4, 18 and 59. RGB value is (196,24,89). Sum of RGB (Red+Green+Blue) = 196+24+89=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C41859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41859 is #3BE7A6. Grayscale: #525252. Windows color (decimal): -3925927 or 5839044. OLE color: 5839044.

HSL color Cylindrical-coordinate representation of color #C41859: hue angle of 337.33º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41859 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 89 -
CMYK 0 0.88 0.55 0.23
HSL 337.33º 0.78% 0.43% -
HSV(B) 337.33º 0.88% 0.77% -
XYZ 24.89 13.11 10.67 -
YUV 82.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 196 24 89 0 0.88 0.55 0.23 337.33 0.78 0.43
Hex C4 18 59 0 58 37 17 151 4E 2B
Octal 304 30 131 0 130 67 27 521 116 53
Binary 11000100 11000 1011001 0 1011000 110111 10111 101010001 1001110 101011

Color Harmonies of #C41859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41859

Black with #C41859

Text Example


Text Example

White with #C41859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41859; }

 p { color: rgb(196,24,89); }

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

background-color css

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

 a { background-color: rgb(196,24,89); }

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

border-color css

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

 span { border-color: rgb(196,24,89); }

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