Html Css Color HEX #C22E33 Mahogany

📋 copy color: '#C22E33'

red 194 ◦ green 46 ◦ blue 51

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

Shades of Mahogany #C22E33

Tints of Mahogany #C22E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 66.67%
G = 15.81%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22E33 (or 0xC22E33) is known color: Mahogany. HEX triplet: C2, 2E and 33. RGB value is (194,46,51). Sum of RGB (Red+Green+Blue) = 194+46+51=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E33 is #3DD1CC. Grayscale: #5A5A5A. Windows color (decimal): -4051405 or 3354306. OLE color: 3354306.

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

Color convert

RGB 194 46 51 -
CMYK 0 0.76 0.74 0.24
HSL 357.97º 0.62% 0.47% -
HSV(B) 357.97º 0.76% 0.76% -
XYZ 23.82 13.66 4.51 -
YUV 90.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 194 46 51 0 0.76 0.74 0.24 357.97 0.62 0.47
Hex C2 2E 33 0 4C 4A 18 166 3E 2F
Octal 302 56 63 0 114 112 30 546 76 57
Binary 11000010 101110 110011 0 1001100 1001010 11000 101100110 111110 101111

Color Harmonies of #C22E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22E33

Black with #C22E33

Text Example


Text Example

White with #C22E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22E33; }

 p { color: rgb(194,46,51); }

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

background-color css

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

 a { background-color: rgb(194,46,51); }

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

border-color css

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

 span { border-color: rgb(194,46,51); }

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