Html Css Color HEX #C21550 Old Rose

📋 copy color: '#C21550'

red 194 ◦ green 21 ◦ blue 80

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

Shades of Old Rose #C21550

Tints of Old Rose #C21550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 65.76%
G = 7.12%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C21550 (or 0xC21550) is known color: Old Rose. HEX triplet: C2, 15 and 50. RGB value is (194,21,80). Sum of RGB (Red+Green+Blue) = 194+21+80=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C21550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21550 is #3DEAAF. Grayscale: #4F4F4F. Windows color (decimal): -4057776 or 5248450. OLE color: 5248450.

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

Color convert

RGB 194 21 80 -
CMYK 0 0.89 0.59 0.24
HSL 339.54º 0.8% 0.42% -
HSV(B) 339.54º 0.89% 0.76% -
XYZ 23.96 12.58 8.76 -
YUV 79.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 194 21 80 0 0.89 0.59 0.24 339.54 0.8 0.42
Hex C2 15 50 0 59 3B 18 154 50 2A
Octal 302 25 120 0 131 73 30 524 120 52
Binary 11000010 10101 1010000 0 1011001 111011 11000 101010100 1010000 101010

Color Harmonies of #C21550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21550

Black with #C21550

Text Example


Text Example

White with #C21550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21550; }

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

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

background-color css

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

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

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

border-color css

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

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

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