Html Css Color HEX #C1413E Chestnut

📋 copy color: '#C1413E'

red 193 ◦ green 65 ◦ blue 62

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

Shades of Chestnut #C1413E

Tints of Chestnut #C1413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 60.31%
G = 20.31%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1413E (or 0xC1413E) is known color: Chestnut. HEX triplet: C1, 41 and 3E. RGB value is (193,65,62). Sum of RGB (Red+Green+Blue) = 193+65+62=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1413E is #3EBEC1. Grayscale: #676767. Windows color (decimal): -4112066 or 4080065. OLE color: 4080065.

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

Color convert

RGB 193 65 62 -
CMYK 0 0.66 0.68 0.24
HSL 1.37º 0.51% 0.5% -
HSV(B) 1.37º 0.68% 0.76% -
XYZ 24.75 15.47 6.24 -
YUV 102.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 193 65 62 0 0.66 0.68 0.24 1.37 0.51 0.5
Hex C1 41 3E 0 42 44 18 1 33 32
Octal 301 101 76 0 102 104 30 1 63 62
Binary 11000001 1000001 111110 0 1000010 1000100 11000 1 110011 110010

Color Harmonies of #C1413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1413E

Black with #C1413E

Text Example


Text Example

White with #C1413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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