#c21f5a

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

Shades of Old Rose #C21F5A

Tints of Old Rose #C21F5A

Color information

#C21F5A (or 0xC21F5A) is unknown color: approx Old Rose. HEX triplet: C2, 1F and 5A. RGB value is (194,31,90). Sum of RGB (Red+Green+Blue) = 194+31+90=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F5A is #3DE0A5. Grayscale: #565656. Windows color (decimal): -4055206 or 5906370. OLE color: 5906370.

HSL color Cylindrical-coordinate representation of color #C21F5A: hue angle of 338.28º 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 #C21F5A is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1943190-
CMYK00.840.540.24
HSL338.28º72.44%44.12%-
HSV(B)338.28º84.02%76.08%-
XYZ24.5813.1910.92-
YUV86.46130204.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 31 (12.5% from 255) = 9.84%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=61.59%
G=9.84%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194319000.840.540.24338.2872.4444.12
HexC21F5A0543618152482c
Octal302371320124663052211054
Binary1100001011111101101001010100110110110001010100101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21f5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21f5a; }

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

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

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

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

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

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

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

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