Html Css Color HEX #C22948 Old Rose

📋 copy color: '#C22948'

red 194 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #C22948

Tints of Old Rose #C22948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 63.19%
G = 13.36%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C22948 (or 0xC22948) is known color: Old Rose. HEX triplet: C2, 29 and 48. RGB value is (194,41,72). Sum of RGB (Red+Green+Blue) = 194+41+72=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C22948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22948 is #3DD6B7. Grayscale: #5A5A5A. Windows color (decimal): -4052664 or 4729282. OLE color: 4729282.

HSL color Cylindrical-coordinate representation of color #C22948: hue angle of 347.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22948 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 72 -
CMYK 0 0.79 0.63 0.24
HSL 347.84º 0.65% 0.46% -
HSV(B) 347.84º 0.79% 0.76% -
XYZ 24.21 13.52 7.47 -
YUV 90.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 194 41 72 0 0.79 0.63 0.24 347.84 0.65 0.46
Hex C2 29 48 0 4F 3F 18 15C 41 2E
Octal 302 51 110 0 117 77 30 534 101 56
Binary 11000010 101001 1001000 0 1001111 111111 11000 101011100 1000001 101110

Color Harmonies of #C22948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22948

Black with #C22948

Text Example


Text Example

White with #C22948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22948; }

 p { color: rgb(194,41,72); }

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

background-color css

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

 a { background-color: rgb(194,41,72); }

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

border-color css

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

 span { border-color: rgb(194,41,72); }

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