Html Css Color HEX #C34444 Chestnut

📋 copy color: '#C34444'

red 195 ◦ green 68 ◦ blue 68

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

Shades of Chestnut #C34444

Tints of Chestnut #C34444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 58.91%
G = 20.54%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34444 (or 0xC34444) is known color: Chestnut. HEX triplet: C3, 44 and 44. RGB value is (195,68,68). Sum of RGB (Red+Green+Blue) = 195+68+68=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34444 is #3CBBBB. Grayscale: #6A6A6A. Windows color (decimal): -3980220 or 4474051. OLE color: 4474051.

HSL color Cylindrical-coordinate representation of color #C34444: hue angle of 0º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34444 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 68 68 -
CMYK 0 0.65 0.65 0.24
HSL 0.51% 0.52% -
HSV(B) 0.65% 0.76% -
XYZ 25.62 16.15 7.24 -
YUV 105.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 195 68 68 0 0.65 0.65 0.24 0 0.51 0.52
Hex C3 44 44 0 41 41 18 0 33 34
Octal 303 104 104 0 101 101 30 0 63 64
Binary 11000011 1000100 1000100 0 1000001 1000001 11000 0 110011 110100

Color Harmonies of #C34444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34444

Black with #C34444

Text Example


Text Example

White with #C34444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34444; }

 p { color: rgb(195,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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