Html Css Color HEX #C22D37 Mahogany

📋 copy color: '#C22D37'

red 194 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #C22D37

Tints of Mahogany #C22D37

RGB

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

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

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

R = 65.99%
G = 15.31%
B = 18.71%

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

#C22D37 (or 0xC22D37) is known color: Mahogany. HEX triplet: C2, 2D and 37. RGB value is (194,45,55). Sum of RGB (Red+Green+Blue) = 194+45+55=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D37 is #3DD2C8. Grayscale: #5A5A5A. Windows color (decimal): -4051657 or 3616194. OLE color: 3616194.

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

Color convert

RGB 194 45 55 -
CMYK 0 0.77 0.72 0.24
HSL 355.97º 0.62% 0.47% -
HSV(B) 355.97º 0.77% 0.76% -
XYZ 23.88 13.62 4.99 -
YUV 90.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 194 45 55 0 0.77 0.72 0.24 355.97 0.62 0.47
Hex C2 2D 37 0 4D 48 18 164 3E 2F
Octal 302 55 67 0 115 110 30 544 76 57
Binary 11000010 101101 110111 0 1001101 1001000 11000 101100100 111110 101111

Color Harmonies of #C22D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D37

Black with #C22D37

Text Example


Text Example

White with #C22D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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