Html Css Color HEX #C24141 Chestnut

📋 copy color: '#C24141'

red 194 ◦ green 65 ◦ blue 65

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

Shades of Chestnut #C24141

Tints of Chestnut #C24141

RGB

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

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

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

R = 59.88%
G = 20.06%
B = 20.06%

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

#C24141 (or 0xC24141) is known color: Chestnut. HEX triplet: C2, 41 and 41. RGB value is (194,65,65). Sum of RGB (Red+Green+Blue) = 194+65+65=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24141 is #3DBEBE. Grayscale: #676767. Windows color (decimal): -4046527 or 4276674. OLE color: 4276674.

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

Color convert

RGB 194 65 65 -
CMYK 0 0.66 0.66 0.24
HSL 0.51% 0.51% -
HSV(B) 0.66% 0.76% -
XYZ 25.09 15.63 6.7 -
YUV 103.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 194 65 65 0 0.66 0.66 0.24 0 0.51 0.51
Hex C2 41 41 0 42 42 18 0 33 33
Octal 302 101 101 0 102 102 30 0 63 63
Binary 11000010 1000001 1000001 0 1000010 1000010 11000 0 110011 110011

Color Harmonies of #C24141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24141

Black with #C24141

Text Example


Text Example

White with #C24141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24141; }

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

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

background-color css

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

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

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

border-color css

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

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

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