#C21F4C

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

Shades of Old Rose #C21F4C

Tints of Old Rose #C21F4C

Color information

#C21F4C (or 0xC21F4C) is unknown color: approx Old Rose. HEX triplet: C2, 1F and 4C. RGB value is (194,31,76). Sum of RGB (Red+Green+Blue) = 194+31+76=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F4C is #3DE0B3. Grayscale: #545454. Windows color (decimal): -4055220 or 4988866. OLE color: 4988866.

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

Color convert

RGB1943176-
CMYK00.840.610.24
HSL343.44º72.44%44.12%-
HSV(B)343.44º84.02%76.08%-
XYZ24.0412.978.07-
YUV84.87123205.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=64.45%
G=10.30%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194317600.840.610.24343.4472.4444.12
HexC21F4C0543D18157482c
Octal302371140124753052711054
Binary1100001011111100110001010100111101110001010101111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F4C; }

 p { color: rgb(194,31,76); }

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

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

 a { background-color: rgb(194,31,76); }

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

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

 span { border-color: rgb(194,31,76); }

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