#C21E4E

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

Shades of Old Rose #C21E4E

Tints of Old Rose #C21E4E

Color information

#C21E4E (or 0xC21E4E) is unknown color: approx Old Rose. HEX triplet: C2, 1E and 4E. RGB value is (194,30,78). Sum of RGB (Red+Green+Blue) = 194+30+78=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E4E is #3DE1B1. Grayscale: #545454. Windows color (decimal): -4055474 or 5119682. OLE color: 5119682.

HSL color Cylindrical-coordinate representation of color #C21E4E: hue angle of 342.44º degrees, saturation: 0.73, 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 #C21E4E is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1943078-
CMYK00.850.600.24
HSL342.44º73.21%43.92%-
HSV(B)342.44º84.54%76.08%-
XYZ24.0912.958.44-
YUV84.51124.33206.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.24%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=64.24%
G=9.93%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194307800.850.600.24342.4473.2143.92
HexC21E4E0553C18156492c
Octal302361160125743052611154
Binary1100001011110100111001010101111100110001010101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21E4E; }

 p { color: rgb(194,30,78); }

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

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

 a { background-color: rgb(194,30,78); }

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

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

 span { border-color: rgb(194,30,78); }

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