Html Css Color HEX #C22D4E Old Rose

📋 copy color: '#C22D4E'

red 194 ◦ green 45 ◦ blue 78

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

Shades of Old Rose #C22D4E

Tints of Old Rose #C22D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 61.2%
G = 14.2%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C22D4E (or 0xC22D4E) is known color: Old Rose. HEX triplet: C2, 2D and 4E. RGB value is (194,45,78). Sum of RGB (Red+Green+Blue) = 194+45+78=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D4E is #3DD2B1. Grayscale: #5D5D5D. Windows color (decimal): -4051634 or 5123522. OLE color: 5123522.

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

Color convert

RGB 194 45 78 -
CMYK 0 0.77 0.60 0.24
HSL 346.71º 0.62% 0.47% -
HSV(B) 346.71º 0.77% 0.76% -
XYZ 24.56 13.9 8.6 -
YUV 93.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 194 45 78 0 0.77 0.60 0.24 346.71 0.62 0.47
Hex C2 2D 4E 0 4D 3C 18 15B 3E 2F
Octal 302 55 116 0 115 74 30 533 76 57
Binary 11000010 101101 1001110 0 1001101 111100 11000 101011011 111110 101111

Color Harmonies of #C22D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D4E

Black with #C22D4E

Text Example


Text Example

White with #C22D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D4E; }

 p { color: rgb(194,45,78); }

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

background-color css

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

 a { background-color: rgb(194,45,78); }

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

border-color css

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

 span { border-color: rgb(194,45,78); }

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