Html Css Color HEX #C24445 Mahogany

📋 copy color: '#C24445'

red 194 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #C24445

Tints of Mahogany #C24445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 58.61%
G = 20.54%
B = 20.85%

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

#C24445 (or 0xC24445) is known color: Mahogany. HEX triplet: C2, 44 and 45. RGB value is (194,68,69). Sum of RGB (Red+Green+Blue) = 194+68+69=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24445 is #3DBBBA. Grayscale: #696969. Windows color (decimal): -4045755 or 4539586. OLE color: 4539586.

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

Color convert

RGB 194 68 69 -
CMYK 0 0.65 0.64 0.24
HSL 359.52º 0.51% 0.51% -
HSV(B) 359.52º 0.65% 0.76% -
XYZ 25.39 16.03 7.39 -
YUV 105.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 194 68 69 0 0.65 0.64 0.24 359.52 0.51 0.51
Hex C2 44 45 0 41 40 18 168 33 33
Octal 302 104 105 0 101 100 30 550 63 63
Binary 11000010 1000100 1000101 0 1000001 1000000 11000 101101000 110011 110011

Color Harmonies of #C24445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24445

Black with #C24445

Text Example


Text Example

White with #C24445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24445; }

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

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

background-color css

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

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

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

border-color css

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

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

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