Html Css Color HEX #C24440 Chestnut

📋 copy color: '#C24440'

red 194 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #C24440

Tints of Chestnut #C24440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 59.51%
G = 20.86%
B = 19.63%

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

#C24440 (or 0xC24440) is known color: Chestnut. HEX triplet: C2, 44 and 40. RGB value is (194,68,64). Sum of RGB (Red+Green+Blue) = 194+68+64=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24440 is #3DBBBF. Grayscale: #696969. Windows color (decimal): -4045760 or 4211906. OLE color: 4211906.

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

Color convert

RGB 194 68 64 -
CMYK 0 0.65 0.67 0.24
HSL 1.85º 0.52% 0.51% -
HSV(B) 1.85º 0.67% 0.76% -
XYZ 25.24 15.97 6.6 -
YUV 105.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 194 68 64 0 0.65 0.67 0.24 1.85 0.52 0.51
Hex C2 44 40 0 41 43 18 2 34 33
Octal 302 104 100 0 101 103 30 2 64 63
Binary 11000010 1000100 1000000 0 1000001 1000011 11000 10 110100 110011

Color Harmonies of #C24440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24440

Black with #C24440

Text Example


Text Example

White with #C24440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24440; }

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

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

background-color css

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

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

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

border-color css

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

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

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