Html Css Color HEX #C21557 Old Rose

📋 copy color: '#C21557'

red 194 ◦ green 21 ◦ blue 87

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

Shades of Old Rose #C21557

Tints of Old Rose #C21557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 64.24%
G = 6.95%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C21557 (or 0xC21557) is known color: Old Rose. HEX triplet: C2, 15 and 57. RGB value is (194,21,87). Sum of RGB (Red+Green+Blue) = 194+21+87=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C21557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21557 is #3DEAA8. Grayscale: #505050. Windows color (decimal): -4057769 or 5707202. OLE color: 5707202.

HSL color Cylindrical-coordinate representation of color #C21557: hue angle of 337.11º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21557 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 87 -
CMYK 0 0.89 0.55 0.24
HSL 337.11º 0.8% 0.42% -
HSV(B) 337.11º 0.89% 0.76% -
XYZ 24.24 12.69 10.19 -
YUV 80.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 194 21 87 0 0.89 0.55 0.24 337.11 0.8 0.42
Hex C2 15 57 0 59 37 18 151 50 2A
Octal 302 25 127 0 131 67 30 521 120 52
Binary 11000010 10101 1010111 0 1011001 110111 11000 101010001 1010000 101010

Color Harmonies of #C21557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21557

Black with #C21557

Text Example


Text Example

White with #C21557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21557; }

 p { color: rgb(194,21,87); }

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

background-color css

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

 a { background-color: rgb(194,21,87); }

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

border-color css

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

 span { border-color: rgb(194,21,87); }

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