Html Css Color HEX #C24441 Chestnut

📋 copy color: '#C24441'

red 194 ◦ green 68 ◦ blue 65

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

Shades of Chestnut #C24441

Tints of Chestnut #C24441

RGB

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

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

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

R = 59.33%
G = 20.8%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C24441 (or 0xC24441) is known color: Chestnut. HEX triplet: C2, 44 and 41. RGB value is (194,68,65). Sum of RGB (Red+Green+Blue) = 194+68+65=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24441 is #3DBBBE. Grayscale: #696969. Windows color (decimal): -4045759 or 4277442. OLE color: 4277442.

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

Color convert

RGB 194 68 65 -
CMYK 0 0.65 0.66 0.24
HSL 1.4º 0.51% 0.51% -
HSV(B) 1.4º 0.66% 0.76% -
XYZ 25.27 15.99 6.75 -
YUV 105.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 194 68 65 0 0.65 0.66 0.24 1.4 0.51 0.51
Hex C2 44 41 0 41 42 18 1 33 33
Octal 302 104 101 0 101 102 30 1 63 63
Binary 11000010 1000100 1000001 0 1000001 1000010 11000 1 110011 110011

Color Harmonies of #C24441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24441

Black with #C24441

Text Example


Text Example

White with #C24441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24441; }

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

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

background-color css

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

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

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

border-color css

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

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

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