Html Css Color HEX #C24740 Chestnut

📋 copy color: '#C24740'

red 194 ◦ green 71 ◦ blue 64

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

Shades of Chestnut #C24740

Tints of Chestnut #C24740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 58.97%
G = 21.58%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C24740 (or 0xC24740) is known color: Chestnut. HEX triplet: C2, 47 and 40. RGB value is (194,71,64). Sum of RGB (Red+Green+Blue) = 194+71+64=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24740 is #3DB8BF. Grayscale: #6B6B6B. Windows color (decimal): -4044992 or 4212674. OLE color: 4212674.

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

Color convert

RGB 194 71 64 -
CMYK 0 0.63 0.67 0.24
HSL 3.23º 0.52% 0.51% -
HSV(B) 3.23º 0.67% 0.76% -
XYZ 25.43 16.35 6.67 -
YUV 106.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 194 71 64 0 0.63 0.67 0.24 3.23 0.52 0.51
Hex C2 47 40 0 3F 43 18 3 34 33
Octal 302 107 100 0 77 103 30 3 64 63
Binary 11000010 1000111 1000000 0 111111 1000011 11000 11 110100 110011

Color Harmonies of #C24740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24740

Black with #C24740

Text Example


Text Example

White with #C24740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24740; }

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

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

background-color css

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

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

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

border-color css

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

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

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