Html Css Color HEX #C44241 Chestnut

📋 copy color: '#C44241'

red 196 ◦ green 66 ◦ blue 65

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

Shades of Chestnut #C44241

Tints of Chestnut #C44241

RGB

 RED value IS 196 (76.95% from 255) = 59.94%

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 59.94%
G = 20.18%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44241 (or 0xC44241) is known color: Chestnut. HEX triplet: C4, 42 and 41. RGB value is (196,66,65). Sum of RGB (Red+Green+Blue) = 196+66+65=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C44241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44241 is #3BBDBE. Grayscale: #686868. Windows color (decimal): -3915199 or 4276932. OLE color: 4276932.

HSL color Cylindrical-coordinate representation of color #C44241: hue angle of 0.46º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44241 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 65 -
CMYK 0 0.66 0.67 0.23
HSL 0.46º 0.53% 0.51% -
HSV(B) 0.46º 0.67% 0.77% -
XYZ 25.67 16.01 6.74 -
YUV 104.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 196 66 65 0 0.66 0.67 0.23 0.46 0.53 0.51
Hex C4 42 41 0 42 43 17 0 35 33
Octal 304 102 101 0 102 103 27 0 65 63
Binary 11000100 1000010 1000001 0 1000010 1000011 10111 0 110101 110011

Color Harmonies of #C44241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44241

Black with #C44241

Text Example


Text Example

White with #C44241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44241; }

 p { color: rgb(196,66,65); }

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

background-color css

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

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

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

border-color css

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

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

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