Html Css Color HEX #C24243 Mahogany

📋 copy color: '#C24243'

red 194 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #C24243

Tints of Mahogany #C24243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 59.33%
G = 20.18%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C24243 (or 0xC24243) is known color: Mahogany. HEX triplet: C2, 42 and 43. RGB value is (194,66,67). Sum of RGB (Red+Green+Blue) = 194+66+67=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24243 is #3DBDBC. Grayscale: #686868. Windows color (decimal): -4046269 or 4408002. OLE color: 4408002.

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

Color convert

RGB 194 66 67 -
CMYK 0 0.66 0.65 0.24
HSL 359.53º 0.51% 0.51% -
HSV(B) 359.53º 0.66% 0.76% -
XYZ 25.21 15.77 7.03 -
YUV 104.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 194 66 67 0 0.66 0.65 0.24 359.53 0.51 0.51
Hex C2 42 43 0 42 41 18 168 33 33
Octal 302 102 103 0 102 101 30 550 63 63
Binary 11000010 1000010 1000011 0 1000010 1000001 11000 101101000 110011 110011

Color Harmonies of #C24243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24243

Black with #C24243

Text Example


Text Example

White with #C24243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24243; }

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

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

background-color css

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

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

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

border-color css

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

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

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