Html Css Color HEX #C34241 Chestnut

📋 copy color: '#C34241'

red 195 ◦ green 66 ◦ blue 65

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

Shades of Chestnut #C34241

Tints of Chestnut #C34241

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

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

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

R = 59.82%
G = 20.25%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C34241 (or 0xC34241) is known color: Chestnut. HEX triplet: C3, 42 and 41. RGB value is (195,66,65). Sum of RGB (Red+Green+Blue) = 195+66+65=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C34241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34241 is #3CBDBE. Grayscale: #686868. Windows color (decimal): -3980735 or 4276931. OLE color: 4276931.

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

Color convert

RGB 195 66 65 -
CMYK 0 0.66 0.67 0.24
HSL 0.46º 0.52% 0.51% -
HSV(B) 0.46º 0.67% 0.76% -
XYZ 25.41 15.88 6.73 -
YUV 104.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 195 66 65 0 0.66 0.67 0.24 0.46 0.52 0.51
Hex C3 42 41 0 42 43 18 0 34 33
Octal 303 102 101 0 102 103 30 0 64 63
Binary 11000011 1000010 1000001 0 1000010 1000011 11000 0 110100 110011

Color Harmonies of #C34241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34241

Black with #C34241

Text Example


Text Example

White with #C34241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34241; }

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

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

background-color css

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

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

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

border-color css

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

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

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