Html Css Color HEX #C24546 Mahogany

📋 copy color: '#C24546'

red 194 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #C24546

Tints of Mahogany #C24546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 58.26%
G = 20.72%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C24546 (or 0xC24546) is known color: Mahogany. HEX triplet: C2, 45 and 46. RGB value is (194,69,70). Sum of RGB (Red+Green+Blue) = 194+69+70=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C24546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24546 is #3DBAB9. Grayscale: #6A6A6A. Windows color (decimal): -4045498 or 4605378. OLE color: 4605378.

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

Color convert

RGB 194 69 70 -
CMYK 0 0.64 0.64 0.24
HSL 359.52º 0.51% 0.52% -
HSV(B) 359.52º 0.64% 0.76% -
XYZ 25.48 16.17 7.57 -
YUV 106.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 194 69 70 0 0.64 0.64 0.24 359.52 0.51 0.52
Hex C2 45 46 0 40 40 18 168 33 34
Octal 302 105 106 0 100 100 30 550 63 64
Binary 11000010 1000101 1000110 0 1000000 1000000 11000 101101000 110011 110100

Color Harmonies of #C24546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24546

Black with #C24546

Text Example


Text Example

White with #C24546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24546; }

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

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

background-color css

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

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

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

border-color css

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

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

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