Html Css Color HEX #C22D33 Mahogany

📋 copy color: '#C22D33'

red 194 ◦ green 45 ◦ blue 51

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

Shades of Mahogany #C22D33

Tints of Mahogany #C22D33

RGB

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

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

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

R = 66.9%
G = 15.52%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22D33 (or 0xC22D33) is known color: Mahogany. HEX triplet: C2, 2D and 33. RGB value is (194,45,51). Sum of RGB (Red+Green+Blue) = 194+45+51=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D33 is #3DD2CC. Grayscale: #5A5A5A. Windows color (decimal): -4051661 or 3354050. OLE color: 3354050.

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

Color convert

RGB 194 45 51 -
CMYK 0 0.77 0.74 0.24
HSL 357.58º 0.62% 0.47% -
HSV(B) 357.58º 0.77% 0.76% -
XYZ 23.78 13.59 4.5 -
YUV 90.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 194 45 51 0 0.77 0.74 0.24 357.58 0.62 0.47
Hex C2 2D 33 0 4D 4A 18 166 3E 2F
Octal 302 55 63 0 115 112 30 546 76 57
Binary 11000010 101101 110011 0 1001101 1001010 11000 101100110 111110 101111

Color Harmonies of #C22D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D33

Black with #C22D33

Text Example


Text Example

White with #C22D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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