Html Css Color HEX #C22C4D Old Rose

📋 copy color: '#C22C4D'

red 194 ◦ green 44 ◦ blue 77

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

Shades of Old Rose #C22C4D

Tints of Old Rose #C22C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 61.59%
G = 13.97%
B = 24.44%

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

#C22C4D (or 0xC22C4D) is known color: Old Rose. HEX triplet: C2, 2C and 4D. RGB value is (194,44,77). Sum of RGB (Red+Green+Blue) = 194+44+77=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C4D is #3DD3B2. Grayscale: #5C5C5C. Windows color (decimal): -4051891 or 5057730. OLE color: 5057730.

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

Color convert

RGB 194 44 77 -
CMYK 0 0.77 0.60 0.24
HSL 346.8º 0.63% 0.47% -
HSV(B) 346.8º 0.77% 0.76% -
XYZ 24.49 13.81 8.4 -
YUV 92.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 194 44 77 0 0.77 0.60 0.24 346.8 0.63 0.47
Hex C2 2C 4D 0 4D 3C 18 15B 3F 2F
Octal 302 54 115 0 115 74 30 533 77 57
Binary 11000010 101100 1001101 0 1001101 111100 11000 101011011 111111 101111

Color Harmonies of #C22C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C4D

Black with #C22C4D

Text Example


Text Example

White with #C22C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C4D; }

 p { color: rgb(194,44,77); }

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

background-color css

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

 a { background-color: rgb(194,44,77); }

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

border-color css

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

 span { border-color: rgb(194,44,77); }

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