Html Css Color HEX #C22249 Old Rose

📋 copy color: '#C22249'

red 194 ◦ green 34 ◦ blue 73

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

Shades of Old Rose #C22249

Tints of Old Rose #C22249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 64.45%
G = 11.3%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C22249 (or 0xC22249) is known color: Old Rose. HEX triplet: C2, 22 and 49. RGB value is (194,34,73). Sum of RGB (Red+Green+Blue) = 194+34+73=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C22249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22249 is #3DDDB6. Grayscale: #565656. Windows color (decimal): -4054455 or 4793026. OLE color: 4793026.

HSL color Cylindrical-coordinate representation of color #C22249: hue angle of 345.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22249 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 73 -
CMYK 0 0.82 0.62 0.24
HSL 345.38º 0.7% 0.45% -
HSV(B) 345.38º 0.82% 0.76% -
XYZ 24.02 13.09 7.56 -
YUV 86.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 194 34 73 0 0.82 0.62 0.24 345.38 0.7 0.45
Hex C2 22 49 0 52 3E 18 159 46 2D
Octal 302 42 111 0 122 76 30 531 106 55
Binary 11000010 100010 1001001 0 1010010 111110 11000 101011001 1000110 101101

Color Harmonies of #C22249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22249

Black with #C22249

Text Example


Text Example

White with #C22249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22249; }

 p { color: rgb(194,34,73); }

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

background-color css

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

 a { background-color: rgb(194,34,73); }

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

border-color css

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

 span { border-color: rgb(194,34,73); }

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