Html Css Color HEX #C24446 Mahogany

📋 copy color: '#C24446'

red 194 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C24446

Tints of Mahogany #C24446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 58.43%
G = 20.48%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C24446 (or 0xC24446) is known color: Mahogany. HEX triplet: C2, 44 and 46. RGB value is (194,68,70). Sum of RGB (Red+Green+Blue) = 194+68+70=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24446 is #3DBBB9. Grayscale: #6A6A6A. Windows color (decimal): -4045754 or 4605122. OLE color: 4605122.

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

Color convert

RGB 194 68 70 -
CMYK 0 0.65 0.64 0.24
HSL 359.05º 0.51% 0.51% -
HSV(B) 359.05º 0.65% 0.76% -
XYZ 25.42 16.05 7.55 -
YUV 105.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 194 68 70 0 0.65 0.64 0.24 359.05 0.51 0.51
Hex C2 44 46 0 41 40 18 167 33 33
Octal 302 104 106 0 101 100 30 547 63 63
Binary 11000010 1000100 1000110 0 1000001 1000000 11000 101100111 110011 110011

Color Harmonies of #C24446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24446

Black with #C24446

Text Example


Text Example

White with #C24446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24446; }

 p { color: rgb(194,68,70); }

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

background-color css

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

 a { background-color: rgb(194,68,70); }

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

border-color css

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

 span { border-color: rgb(194,68,70); }

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