Html Css Color HEX #C41C59 Old Rose

📋 copy color: '#C41C59'

red 196 ◦ green 28 ◦ blue 89

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

Shades of Old Rose #C41C59

Tints of Old Rose #C41C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

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

R = 62.62%
G = 8.95%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41C59 (or 0xC41C59) is known color: Old Rose. HEX triplet: C4, 1C and 59. RGB value is (196,28,89). Sum of RGB (Red+Green+Blue) = 196+28+89=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C59 is #3BE3A6. Grayscale: #555555. Windows color (decimal): -3924903 or 5840068. OLE color: 5840068.

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

Color convert

RGB 196 28 89 -
CMYK 0 0.86 0.55 0.23
HSL 338.21º 0.75% 0.44% -
HSV(B) 338.21º 0.86% 0.77% -
XYZ 24.98 13.29 10.7 -
YUV 85.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 196 28 89 0 0.86 0.55 0.23 338.21 0.75 0.44
Hex C4 1C 59 0 56 37 17 152 4B 2C
Octal 304 34 131 0 126 67 27 522 113 54
Binary 11000100 11100 1011001 0 1010110 110111 10111 101010010 1001011 101100

Color Harmonies of #C41C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C59

Black with #C41C59

Text Example


Text Example

White with #C41C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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