#C21D56

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

Shades of Old Rose #C21D56

Tints of Old Rose #C21D56

Color information

#C21D56 (or 0xC21D56) is unknown color: approx Old Rose. HEX triplet: C2, 1D and 56. RGB value is (194,29,86). Sum of RGB (Red+Green+Blue) = 194+29+86=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D56 is #3DE2A9. Grayscale: #545454. Windows color (decimal): -4055722 or 5643714. OLE color: 5643714.

HSL color Cylindrical-coordinate representation of color #C21D56: hue angle of 339.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D56 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1942986-
CMYK00.850.560.24
HSL339.27º73.99%43.73%-
HSV(B)339.27º85.05%76.08%-
XYZ24.3713.0210.03-
YUV84.83128.66205.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=62.78%
G=9.39%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194298600.850.560.24339.2773.9943.73
HexC21D5605538181534a2c
Octal302351260125703052311254
Binary1100001011101101011001010101111000110001010100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D56; }

 p { color: rgb(194,29,86); }

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

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

 a { background-color: rgb(194,29,86); }

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

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

 span { border-color: rgb(194,29,86); }

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