Html Css Color HEX #C21857 Old Rose

📋 copy color: '#C21857'

red 194 ◦ green 24 ◦ blue 87

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

Shades of Old Rose #C21857

Tints of Old Rose #C21857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 63.61%
G = 7.87%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C21857 (or 0xC21857) is known color: Old Rose. HEX triplet: C2, 18 and 57. RGB value is (194,24,87). Sum of RGB (Red+Green+Blue) = 194+24+87=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C21857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21857 is #3DE7A8. Grayscale: #515151. Windows color (decimal): -4057001 or 5707970. OLE color: 5707970.

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

Color convert

RGB 194 24 87 -
CMYK 0 0.88 0.55 0.24
HSL 337.76º 0.78% 0.43% -
HSV(B) 337.76º 0.88% 0.76% -
XYZ 24.3 12.81 10.21 -
YUV 82.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 194 24 87 0 0.88 0.55 0.24 337.76 0.78 0.43
Hex C2 18 57 0 58 37 18 152 4E 2B
Octal 302 30 127 0 130 67 30 522 116 53
Binary 11000010 11000 1010111 0 1011000 110111 11000 101010010 1001110 101011

Color Harmonies of #C21857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21857

Black with #C21857

Text Example


Text Example

White with #C21857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21857; }

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

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

background-color css

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

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

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

border-color css

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

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

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