#D34E1A

Color #D34E1A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D34E1A

Tints of Chocolate #D34E1A

Color information

#D34E1A (or 0xD34E1A) is unknown color: approx Chocolate. HEX triplet: D3, 4E and 1A. RGB value is (211,78,26). Sum of RGB (Red+Green+Blue) = 211+78+26=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34E1A is #2CB1E5. Grayscale: #707070. Windows color (decimal): -2929126 or 1724115. OLE color: 1724115.

HSL color Cylindrical-coordinate representation of color #D34E1A: hue angle of 16.86º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D34E1A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB2117826-
CMYK00.630.880.17
HSL16.86º78.06%46.47%-
HSV(B)16.86º87.68%82.75%-
XYZ29.7719.373.15-
YUV111.8479.56198.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.98%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=66.98%
G=24.76%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211782600.630.880.1716.8678.0646.47
HexD34E1A03F5811114e2e
Octal32311632077130212111656
Binary110100111001110110100111111101100010001100011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34E1A; }

 p { color: rgb(211,78,26); }

 H1.HeaderClassName
 {
   color: #D34E1A;
 }
 .AnyTagClassName
 {
   color: #D34E1A;
 }
</style>
background-color css

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

 a { background-color: rgb(211,78,26); }

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

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

 span { border-color: rgb(211,78,26); }

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