Html Css Color HEX #C21E53 Old Rose

📋 copy color: '#C21E53'

red 194 ◦ green 30 ◦ blue 83

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

Shades of Old Rose #C21E53

Tints of Old Rose #C21E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 63.19%
G = 9.77%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C21E53 (or 0xC21E53) is known color: Old Rose. HEX triplet: C2, 1E and 53. RGB value is (194,30,83). Sum of RGB (Red+Green+Blue) = 194+30+83=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E53 is #3DE1AC. Grayscale: #555555. Windows color (decimal): -4055469 or 5447362. OLE color: 5447362.

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

Color convert

RGB 194 30 83 -
CMYK 0 0.85 0.57 0.24
HSL 340.61º 0.73% 0.44% -
HSV(B) 340.61º 0.85% 0.76% -
XYZ 24.27 13.02 9.42 -
YUV 85.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 194 30 83 0 0.85 0.57 0.24 340.61 0.73 0.44
Hex C2 1E 53 0 55 39 18 155 49 2C
Octal 302 36 123 0 125 71 30 525 111 54
Binary 11000010 11110 1010011 0 1010101 111001 11000 101010101 1001001 101100

Color Harmonies of #C21E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E53

Black with #C21E53

Text Example


Text Example

White with #C21E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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