Html Css Color HEX #C14441 Chestnut

📋 copy color: '#C14441'

red 193 ◦ green 68 ◦ blue 65

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

Shades of Chestnut #C14441

Tints of Chestnut #C14441

RGB

 RED value IS 193 (75.78% from 255) = 59.2%

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

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

R = 59.2%
G = 20.86%
B = 19.94%

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

#C14441 (or 0xC14441) is known color: Chestnut. HEX triplet: C1, 44 and 41. RGB value is (193,68,65). Sum of RGB (Red+Green+Blue) = 193+68+65=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C14441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14441 is #3EBBBE. Grayscale: #696969. Windows color (decimal): -4111295 or 4277441. OLE color: 4277441.

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

Color convert

RGB 193 68 65 -
CMYK 0 0.65 0.66 0.24
HSL 1.41º 0.51% 0.51% -
HSV(B) 1.41º 0.66% 0.76% -
XYZ 25.01 15.85 6.74 -
YUV 105.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 193 68 65 0 0.65 0.66 0.24 1.41 0.51 0.51
Hex C1 44 41 0 41 42 18 1 33 33
Octal 301 104 101 0 101 102 30 1 63 63
Binary 11000001 1000100 1000001 0 1000001 1000010 11000 1 110011 110011

Color Harmonies of #C14441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14441

Black with #C14441

Text Example


Text Example

White with #C14441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14441; }

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

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

background-color css

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

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

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

border-color css

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

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

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