Html Css Color HEX #C21951 Old Rose

📋 copy color: '#C21951'

red 194 ◦ green 25 ◦ blue 81

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

Shades of Old Rose #C21951

Tints of Old Rose #C21951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27%

R = 64.67%
G = 8.33%
B = 27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C21951 (or 0xC21951) is known color: Old Rose. HEX triplet: C2, 19 and 51. RGB value is (194,25,81). Sum of RGB (Red+Green+Blue) = 194+25+81=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21951 is #3DE6AE. Grayscale: #515151. Windows color (decimal): -4056751 or 5315010. OLE color: 5315010.

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

Color convert

RGB 194 25 81 -
CMYK 0 0.87 0.58 0.24
HSL 340.12º 0.77% 0.43% -
HSV(B) 340.12º 0.87% 0.76% -
XYZ 24.08 12.76 8.98 -
YUV 81.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 194 25 81 0 0.87 0.58 0.24 340.12 0.77 0.43
Hex C2 19 51 0 57 3A 18 154 4D 2B
Octal 302 31 121 0 127 72 30 524 115 53
Binary 11000010 11001 1010001 0 1010111 111010 11000 101010100 1001101 101011

Color Harmonies of #C21951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21951

Black with #C21951

Text Example


Text Example

White with #C21951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21951; }

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

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

background-color css

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

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

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

border-color css

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

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

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