Html Css Color HEX #C21853 Old Rose

📋 copy color: '#C21853'

red 194 ◦ green 24 ◦ blue 83

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

Shades of Old Rose #C21853

Tints of Old Rose #C21853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 64.45%
G = 7.97%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C21853 (or 0xC21853) is known color: Old Rose. HEX triplet: C2, 18 and 53. RGB value is (194,24,83). Sum of RGB (Red+Green+Blue) = 194+24+83=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C21853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21853 is #3DE7AC. Grayscale: #515151. Windows color (decimal): -4057005 or 5445826. OLE color: 5445826.

HSL color Cylindrical-coordinate representation of color #C21853: hue angle of 339.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21853 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 83 -
CMYK 0 0.88 0.57 0.24
HSL 339.18º 0.78% 0.43% -
HSV(B) 339.18º 0.88% 0.76% -
XYZ 24.14 12.75 9.37 -
YUV 81.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 194 24 83 0 0.88 0.57 0.24 339.18 0.78 0.43
Hex C2 18 53 0 58 39 18 153 4E 2B
Octal 302 30 123 0 130 71 30 523 116 53
Binary 11000010 11000 1010011 0 1011000 111001 11000 101010011 1001110 101011

Color Harmonies of #C21853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21853

Black with #C21853

Text Example


Text Example

White with #C21853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21853; }

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

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

background-color css

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

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

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

border-color css

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

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

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