Html Css Color HEX #C22A34 Mahogany

📋 copy color: '#C22A34'

red 194 ◦ green 42 ◦ blue 52

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

Shades of Mahogany #C22A34

Tints of Mahogany #C22A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 67.36%
G = 14.58%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22A34 (or 0xC22A34) is known color: Mahogany. HEX triplet: C2, 2A and 34. RGB value is (194,42,52). Sum of RGB (Red+Green+Blue) = 194+42+52=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A34 is #3DD5CB. Grayscale: #585858. Windows color (decimal): -4052428 or 3418818. OLE color: 3418818.

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

Color convert

RGB 194 42 52 -
CMYK 0 0.78 0.73 0.24
HSL 356.05º 0.64% 0.46% -
HSV(B) 356.05º 0.78% 0.76% -
XYZ 23.7 13.37 4.58 -
YUV 88.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 194 42 52 0 0.78 0.73 0.24 356.05 0.64 0.46
Hex C2 2A 34 0 4E 49 18 164 40 2E
Octal 302 52 64 0 116 111 30 544 100 56
Binary 11000010 101010 110100 0 1001110 1001001 11000 101100100 1000000 101110

Color Harmonies of #C22A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A34

Black with #C22A34

Text Example


Text Example

White with #C22A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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