Html Css Color HEX #C21959 Old Rose

📋 copy color: '#C21959'

red 194 ◦ green 25 ◦ blue 89

#C21959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C21959

Tints of Old Rose #C21959

RGB

 RED value IS 194 (76.17% from 255) = 62.99%

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 62.99%
G = 8.12%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C21959 (or 0xC21959) is known color: Old Rose. HEX triplet: C2, 19 and 59. RGB value is (194,25,89). Sum of RGB (Red+Green+Blue) = 194+25+89=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C21959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21959 is #3DE6A6. Grayscale: #525252. Windows color (decimal): -4056743 or 5839298. OLE color: 5839298.

HSL color Cylindrical-coordinate representation of color #C21959: hue angle of 337.28º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21959 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 89 -
CMYK 0 0.87 0.54 0.24
HSL 337.28º 0.77% 0.43% -
HSV(B) 337.28º 0.87% 0.76% -
XYZ 24.4 12.89 10.65 -
YUV 82.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 194 25 89 0 0.87 0.54 0.24 337.28 0.77 0.43
Hex C2 19 59 0 57 36 18 151 4D 2B
Octal 302 31 131 0 127 66 30 521 115 53
Binary 11000010 11001 1011001 0 1010111 110110 11000 101010001 1001101 101011

Color Harmonies of #C21959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21959

Black with #C21959

Text Example


Text Example

White with #C21959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21959; }

 p { color: rgb(194,25,89); }

 H1.HeaderClassName
 {
   color: #C21959;
 }
 .AnyTagClassName
 {
   color: #C21959;
 }
</style>

background-color css

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

 a { background-color: rgb(194,25,89); }

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

border-color css

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

 span { border-color: rgb(194,25,89); }

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