Html Css Color HEX #C24340 Chestnut

📋 copy color: '#C24340'

red 194 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #C24340

Tints of Chestnut #C24340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 59.69%
G = 20.62%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C24340 (or 0xC24340) is known color: Chestnut. HEX triplet: C2, 43 and 40. RGB value is (194,67,64). Sum of RGB (Red+Green+Blue) = 194+67+64=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C24340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24340 is #3DBCBF. Grayscale: #686868. Windows color (decimal): -4046016 or 4211650. OLE color: 4211650.

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

Color convert

RGB 194 67 64 -
CMYK 0 0.65 0.67 0.24
HSL 1.38º 0.52% 0.51% -
HSV(B) 1.38º 0.67% 0.76% -
XYZ 25.18 15.85 6.58 -
YUV 104.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 194 67 64 0 0.65 0.67 0.24 1.38 0.52 0.51
Hex C2 43 40 0 41 43 18 1 34 33
Octal 302 103 100 0 101 103 30 1 64 63
Binary 11000010 1000011 1000000 0 1000001 1000011 11000 1 110100 110011

Color Harmonies of #C24340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24340

Black with #C24340

Text Example


Text Example

White with #C24340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24340; }

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

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

background-color css

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

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

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

border-color css

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

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

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