Html Css Color HEX #C2244F Old Rose

📋 copy color: '#C2244F'

red 194 ◦ green 36 ◦ blue 79

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

Shades of Old Rose #C2244F

Tints of Old Rose #C2244F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 62.78%
G = 11.65%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2244F (or 0xC2244F) is known color: Old Rose. HEX triplet: C2, 24 and 4F. RGB value is (194,36,79). Sum of RGB (Red+Green+Blue) = 194+36+79=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2244F is #3DDBB0. Grayscale: #585858. Windows color (decimal): -4053937 or 5186754. OLE color: 5186754.

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

Color convert

RGB 194 36 79 -
CMYK 0 0.81 0.59 0.24
HSL 343.67º 0.69% 0.45% -
HSV(B) 343.67º 0.81% 0.76% -
XYZ 24.29 13.3 8.68 -
YUV 88.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 194 36 79 0 0.81 0.59 0.24 343.67 0.69 0.45
Hex C2 24 4F 0 51 3B 18 158 45 2D
Octal 302 44 117 0 121 73 30 530 105 55
Binary 11000010 100100 1001111 0 1010001 111011 11000 101011000 1000101 101101

Color Harmonies of #C2244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2244F

Black with #C2244F

Text Example


Text Example

White with #C2244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2244F; }

 p { color: rgb(194,36,79); }

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

background-color css

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

 a { background-color: rgb(194,36,79); }

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

border-color css

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

 span { border-color: rgb(194,36,79); }

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