Html Css Color HEX #C21C51 Old Rose

📋 copy color: '#C21C51'

red 194 ◦ green 28 ◦ blue 81

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

Shades of Old Rose #C21C51

Tints of Old Rose #C21C51

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 64.03%
G = 9.24%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C21C51 (or 0xC21C51) is known color: Old Rose. HEX triplet: C2, 1C and 51. RGB value is (194,28,81). Sum of RGB (Red+Green+Blue) = 194+28+81=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C51 is #3DE3AE. Grayscale: #535353. Windows color (decimal): -4055983 or 5315778. OLE color: 5315778.

HSL color Cylindrical-coordinate representation of color #C21C51: hue angle of 340.84º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C51 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 81 -
CMYK 0 0.86 0.58 0.24
HSL 340.84º 0.75% 0.44% -
HSV(B) 340.84º 0.86% 0.76% -
XYZ 24.15 12.89 9 -
YUV 83.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 194 28 81 0 0.86 0.58 0.24 340.84 0.75 0.44
Hex C2 1C 51 0 56 3A 18 155 4B 2C
Octal 302 34 121 0 126 72 30 525 113 54
Binary 11000010 11100 1010001 0 1010110 111010 11000 101010101 1001011 101100

Color Harmonies of #C21C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C51

Black with #C21C51

Text Example


Text Example

White with #C21C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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