Html Css Color HEX #C21757 Old Rose

📋 copy color: '#C21757'

red 194 ◦ green 23 ◦ blue 87

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

Shades of Old Rose #C21757

Tints of Old Rose #C21757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 63.82%
G = 7.57%
B = 28.62%

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

#C21757 (or 0xC21757) is known color: Old Rose. HEX triplet: C2, 17 and 57. RGB value is (194,23,87). Sum of RGB (Red+Green+Blue) = 194+23+87=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21757 is #3DE8A8. Grayscale: #515151. Windows color (decimal): -4057257 or 5707714. OLE color: 5707714.

HSL color Cylindrical-coordinate representation of color #C21757: hue angle of 337.54º degrees, saturation: 0.79, 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 #C21757 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 87 -
CMYK 0 0.88 0.55 0.24
HSL 337.54º 0.79% 0.43% -
HSV(B) 337.54º 0.88% 0.76% -
XYZ 24.27 12.77 10.2 -
YUV 81.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 194 23 87 0 0.88 0.55 0.24 337.54 0.79 0.43
Hex C2 17 57 0 58 37 18 152 4F 2B
Octal 302 27 127 0 130 67 30 522 117 53
Binary 11000010 10111 1010111 0 1011000 110111 11000 101010010 1001111 101011

Color Harmonies of #C21757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21757

Black with #C21757

Text Example


Text Example

White with #C21757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21757; }

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

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

background-color css

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

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

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

border-color css

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

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

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