Html Css Color HEX #C2403F Chestnut

📋 copy color: '#C2403F'

red 194 ◦ green 64 ◦ blue 63

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

Shades of Chestnut #C2403F

Tints of Chestnut #C2403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 60.44%
G = 19.94%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2403F (or 0xC2403F) is known color: Chestnut. HEX triplet: C2, 40 and 3F. RGB value is (194,64,63). Sum of RGB (Red+Green+Blue) = 194+64+63=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2403F is #3DBFC0. Grayscale: #666666. Windows color (decimal): -4046785 or 4145346. OLE color: 4145346.

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

Color convert

RGB 194 64 63 -
CMYK 0 0.67 0.68 0.24
HSL 0.46º 0.52% 0.5% -
HSV(B) 0.46º 0.68% 0.76% -
XYZ 24.98 15.5 6.38 -
YUV 102.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 194 64 63 0 0.67 0.68 0.24 0.46 0.52 0.5
Hex C2 40 3F 0 43 44 18 0 34 32
Octal 302 100 77 0 103 104 30 0 64 62
Binary 11000010 1000000 111111 0 1000011 1000100 11000 0 110100 110010

Color Harmonies of #C2403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2403F

Black with #C2403F

Text Example


Text Example

White with #C2403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2403F; }

 p { color: rgb(194,64,63); }

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

background-color css

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

 a { background-color: rgb(194,64,63); }

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

border-color css

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

 span { border-color: rgb(194,64,63); }

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