#C41C4E

Color #C41C4E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C41C4E

Tints of Old Rose #C41C4E

Color information

#C41C4E (or 0xC41C4E) is unknown color: approx Old Rose. HEX triplet: C4, 1C and 4E. RGB value is (196,28,78). Sum of RGB (Red+Green+Blue) = 196+28+78=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C4E is #3BE3B1. Grayscale: #535353. Windows color (decimal): -3924914 or 5119172. OLE color: 5119172.

HSL color Cylindrical-coordinate representation of color #C41C4E: hue angle of 342.14º 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 #C41C4E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1962878-
CMYK00.860.600.23
HSL342.14º75%43.92%-
HSV(B)342.14º85.71%76.86%-
XYZ24.5613.128.45-
YUV83.93124.66207.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.90%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=64.90%
G=9.27%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196287800.860.600.23342.147543.92
HexC41C4E0563C171564b2c
Octal304341160126742752611354
Binary1100010011100100111001010110111100101111010101101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41C4E; }

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

 H1.HeaderClassName
 {
   color: #C41C4E;
 }
 .AnyTagClassName
 {
   color: #C41C4E;
 }
</style>
background-color css

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

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

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

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

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

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