Html Css Color HEX #C22A31 Mahogany

📋 copy color: '#C22A31'

red 194 ◦ green 42 ◦ blue 49

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

Shades of Mahogany #C22A31

Tints of Mahogany #C22A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 68.07%
G = 14.74%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C22A31 (or 0xC22A31) is known color: Mahogany. HEX triplet: C2, 2A and 31. RGB value is (194,42,49). Sum of RGB (Red+Green+Blue) = 194+42+49=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A31 is #3DD5CE. Grayscale: #585858. Windows color (decimal): -4052431 or 3222210. OLE color: 3222210.

HSL color Cylindrical-coordinate representation of color #C22A31: hue angle of 357.24º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A31 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 42 49 -
CMYK 0 0.78 0.75 0.24
HSL 357.24º 0.64% 0.46% -
HSV(B) 357.24º 0.78% 0.76% -
XYZ 23.63 13.35 4.24 -
YUV 88.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 194 42 49 0 0.78 0.75 0.24 357.24 0.64 0.46
Hex C2 2A 31 0 4E 4B 18 165 40 2E
Octal 302 52 61 0 116 113 30 545 100 56
Binary 11000010 101010 110001 0 1001110 1001011 11000 101100101 1000000 101110

Color Harmonies of #C22A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A31

Black with #C22A31

Text Example


Text Example

White with #C22A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A31; }

 p { color: rgb(194,42,49); }

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

background-color css

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

 a { background-color: rgb(194,42,49); }

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

border-color css

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

 span { border-color: rgb(194,42,49); }

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