Html Css Color HEX #C24242 Chestnut

📋 copy color: '#C24242'

red 194 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #C24242

Tints of Chestnut #C24242

RGB

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

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

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

R = 59.51%
G = 20.25%
B = 20.25%

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

#C24242 (or 0xC24242) is known color: Chestnut. HEX triplet: C2, 42 and 42. RGB value is (194,66,66). Sum of RGB (Red+Green+Blue) = 194+66+66=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24242 is #3DBDBD. Grayscale: #686868. Windows color (decimal): -4046270 or 4342466. OLE color: 4342466.

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

Color convert

RGB 194 66 66 -
CMYK 0 0.66 0.66 0.24
HSL 0.51% 0.51% -
HSV(B) 0.66% 0.76% -
XYZ 25.18 15.76 6.87 -
YUV 104.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 194 66 66 0 0.66 0.66 0.24 0 0.51 0.51
Hex C2 42 42 0 42 42 18 0 33 33
Octal 302 102 102 0 102 102 30 0 63 63
Binary 11000010 1000010 1000010 0 1000010 1000010 11000 0 110011 110011

Color Harmonies of #C24242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24242

Black with #C24242

Text Example


Text Example

White with #C24242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24242; }

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

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

background-color css

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

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

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

border-color css

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

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

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