Html Css Color HEX #C21E52 Old Rose

📋 copy color: '#C21E52'

red 194 ◦ green 30 ◦ blue 82

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

Shades of Old Rose #C21E52

Tints of Old Rose #C21E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 63.4%
G = 9.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C21E52 (or 0xC21E52) is known color: Old Rose. HEX triplet: C2, 1E and 52. RGB value is (194,30,82). Sum of RGB (Red+Green+Blue) = 194+30+82=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E52 is #3DE1AD. Grayscale: #545454. Windows color (decimal): -4055470 or 5381826. OLE color: 5381826.

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

Color convert

RGB 194 30 82 -
CMYK 0 0.85 0.58 0.24
HSL 340.98º 0.73% 0.44% -
HSV(B) 340.98º 0.85% 0.76% -
XYZ 24.24 13.01 9.22 -
YUV 84.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 194 30 82 0 0.85 0.58 0.24 340.98 0.73 0.44
Hex C2 1E 52 0 55 3A 18 155 49 2C
Octal 302 36 122 0 125 72 30 525 111 54
Binary 11000010 11110 1010010 0 1010101 111010 11000 101010101 1001001 101100

Color Harmonies of #C21E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E52

Black with #C21E52

Text Example


Text Example

White with #C21E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E52; }

 p { color: rgb(194,30,82); }

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

background-color css

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

 a { background-color: rgb(194,30,82); }

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

border-color css

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

 span { border-color: rgb(194,30,82); }

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