Html Css Color HEX #C24142 Mahogany

📋 copy color: '#C24142'

red 194 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #C24142

Tints of Mahogany #C24142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 59.69%
G = 20%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C24142 (or 0xC24142) is known color: Mahogany. HEX triplet: C2, 41 and 42. RGB value is (194,65,66). Sum of RGB (Red+Green+Blue) = 194+65+66=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C24142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24142 is #3DBEBD. Grayscale: #676767. Windows color (decimal): -4046526 or 4342210. OLE color: 4342210.

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

Color convert

RGB 194 65 66 -
CMYK 0 0.66 0.66 0.24
HSL 359.53º 0.51% 0.51% -
HSV(B) 359.53º 0.66% 0.76% -
XYZ 25.12 15.64 6.85 -
YUV 103.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 194 65 66 0 0.66 0.66 0.24 359.53 0.51 0.51
Hex C2 41 42 0 42 42 18 168 33 33
Octal 302 101 102 0 102 102 30 550 63 63
Binary 11000010 1000001 1000010 0 1000010 1000010 11000 101101000 110011 110011

Color Harmonies of #C24142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24142

Black with #C24142

Text Example


Text Example

White with #C24142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24142; }

 p { color: rgb(194,65,66); }

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

background-color css

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

 a { background-color: rgb(194,65,66); }

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

border-color css

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

 span { border-color: rgb(194,65,66); }

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