Html Css Color HEX #C24841 Chestnut

📋 copy color: '#C24841'

red 194 ◦ green 72 ◦ blue 65

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

Shades of Chestnut #C24841

Tints of Chestnut #C24841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 58.61%
G = 21.75%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C24841 (or 0xC24841) is known color: Chestnut. HEX triplet: C2, 48 and 41. RGB value is (194,72,65). Sum of RGB (Red+Green+Blue) = 194+72+65=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24841 is #3DB7BE. Grayscale: #6B6B6B. Windows color (decimal): -4044735 or 4278466. OLE color: 4278466.

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

Color convert

RGB 194 72 65 -
CMYK 0 0.63 0.66 0.24
HSL 3.26º 0.51% 0.51% -
HSV(B) 3.26º 0.66% 0.76% -
XYZ 25.52 16.49 6.84 -
YUV 107.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 194 72 65 0 0.63 0.66 0.24 3.26 0.51 0.51
Hex C2 48 41 0 3F 42 18 3 33 33
Octal 302 110 101 0 77 102 30 3 63 63
Binary 11000010 1001000 1000001 0 111111 1000010 11000 11 110011 110011

Color Harmonies of #C24841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24841

Black with #C24841

Text Example


Text Example

White with #C24841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24841; }

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

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

background-color css

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

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

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

border-color css

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

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

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