Html Css Color HEX #C24241 Chestnut

📋 copy color: '#C24241'

red 194 ◦ green 66 ◦ blue 65

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

Shades of Chestnut #C24241

Tints of Chestnut #C24241

RGB

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

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

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

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

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

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

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

Color convert

RGB 194 66 65 -
CMYK 0 0.66 0.66 0.24
HSL 0.47º 0.51% 0.51% -
HSV(B) 0.47º 0.66% 0.76% -
XYZ 25.15 15.75 6.72 -
YUV 104.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 194 66 65 0 0.66 0.66 0.24 0.47 0.51 0.51
Hex C2 42 41 0 42 42 18 0 33 33
Octal 302 102 101 0 102 102 30 0 63 63
Binary 11000010 1000010 1000001 0 1000010 1000010 11000 0 110011 110011

Color Harmonies of #C24241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24241

Black with #C24241

Text Example


Text Example

White with #C24241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24241; }

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

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

background-color css

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

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

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

border-color css

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

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

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