Html Css Color HEX #C41259 Ruby

📋 copy color: '#C41259'

red 196 ◦ green 18 ◦ blue 89

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

Shades of Ruby #C41259

Tints of Ruby #C41259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.94%

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

R = 64.69%
G = 5.94%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41259 (or 0xC41259) is known color: Ruby. HEX triplet: C4, 12 and 59. RGB value is (196,18,89). Sum of RGB (Red+Green+Blue) = 196+18+89=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C41259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41259 is #3BEDA6. Grayscale: #4F4F4F. Windows color (decimal): -3927463 or 5837508. OLE color: 5837508.

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

Color convert

RGB 196 18 89 -
CMYK 0 0.91 0.55 0.23
HSL 336.07º 0.83% 0.42% -
HSV(B) 336.07º 0.91% 0.77% -
XYZ 24.78 12.89 10.63 -
YUV 79.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 196 18 89 0 0.91 0.55 0.23 336.07 0.83 0.42
Hex C4 12 59 0 5B 37 17 150 53 2A
Octal 304 22 131 0 133 67 27 520 123 52
Binary 11000100 10010 1011001 0 1011011 110111 10111 101010000 1010011 101010

Color Harmonies of #C41259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41259

Black with #C41259

Text Example


Text Example

White with #C41259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41259; }

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

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

background-color css

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

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

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

border-color css

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

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

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