Html Css Color HEX #C22247 Old Rose

📋 copy color: '#C22247'

red 194 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #C22247

Tints of Old Rose #C22247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 64.88%
G = 11.37%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C22247 (or 0xC22247) is known color: Old Rose. HEX triplet: C2, 22 and 47. RGB value is (194,34,71). Sum of RGB (Red+Green+Blue) = 194+34+71=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22247 is #3DDDB8. Grayscale: #565656. Windows color (decimal): -4054457 or 4661954. OLE color: 4661954.

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

Color convert

RGB 194 34 71 -
CMYK 0 0.82 0.63 0.24
HSL 346.13º 0.7% 0.45% -
HSV(B) 346.13º 0.82% 0.76% -
XYZ 23.96 13.07 7.22 -
YUV 86.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 194 34 71 0 0.82 0.63 0.24 346.13 0.7 0.45
Hex C2 22 47 0 52 3F 18 15A 46 2D
Octal 302 42 107 0 122 77 30 532 106 55
Binary 11000010 100010 1000111 0 1010010 111111 11000 101011010 1000110 101101

Color Harmonies of #C22247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22247

Black with #C22247

Text Example


Text Example

White with #C22247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22247; }

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

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

background-color css

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

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

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

border-color css

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

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

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