Html Css Color HEX #C22C37 Mahogany

📋 copy color: '#C22C37'

red 194 ◦ green 44 ◦ blue 55

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

Shades of Mahogany #C22C37

Tints of Mahogany #C22C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 66.21%
G = 15.02%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C22C37 (or 0xC22C37) is known color: Mahogany. HEX triplet: C2, 2C and 37. RGB value is (194,44,55). Sum of RGB (Red+Green+Blue) = 194+44+55=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C37 is #3DD3C8. Grayscale: #5A5A5A. Windows color (decimal): -4051913 or 3615938. OLE color: 3615938.

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

Color convert

RGB 194 44 55 -
CMYK 0 0.77 0.72 0.24
HSL 355.6º 0.63% 0.47% -
HSV(B) 355.6º 0.77% 0.76% -
XYZ 23.84 13.55 4.97 -
YUV 90.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 194 44 55 0 0.77 0.72 0.24 355.6 0.63 0.47
Hex C2 2C 37 0 4D 48 18 164 3F 2F
Octal 302 54 67 0 115 110 30 544 77 57
Binary 11000010 101100 110111 0 1001101 1001000 11000 101100100 111111 101111

Color Harmonies of #C22C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C37

Black with #C22C37

Text Example


Text Example

White with #C22C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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