Html Css Color HEX #D34E19 Chocolate

📋 copy color: '#D34E19'

red 211 ◦ green 78 ◦ blue 25

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

Shades of Chocolate #D34E19

Tints of Chocolate #D34E19

RGB

 RED value IS 211 (82.81% from 255) = 67.2%

 GREEN value IS 78 (30.86% from 255) = 24.84%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 67.2%
G = 24.84%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D34E19 (or 0xD34E19) is known color: Chocolate. HEX triplet: D3, 4E and 19. RGB value is (211,78,25). Sum of RGB (Red+Green+Blue) = 211+78+25=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34E19 is #2CB1E6. Grayscale: #707070. Windows color (decimal): -2929127 or 1658579. OLE color: 1658579.

HSL color Cylindrical-coordinate representation of color #D34E19: hue angle of 17.1º degrees, saturation: 0.79, 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 #D34E19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 25 -
CMYK 0 0.63 0.88 0.17
HSL 17.1º 0.79% 0.46% -
HSV(B) 17.1º 0.88% 0.83% -
XYZ 29.76 19.37 3.09 -
YUV 111.73 79.06 198.81 -
System Red Green Blue C M Y K H S L
Decimal 211 78 25 0 0.63 0.88 0.17 17.1 0.79 0.46
Hex D3 4E 19 0 3F 58 11 11 4F 2E
Octal 323 116 31 0 77 130 21 21 117 56
Binary 11010011 1001110 11001 0 111111 1011000 10001 10001 1001111 101110

Color Harmonies of #D34E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E19

Black with #D34E19

Text Example


Text Example

White with #D34E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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