Html Css Color HEX #D45E1E Chocolate

📋 copy color: '#D45E1E'

red 212 ◦ green 94 ◦ blue 30

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

Shades of Chocolate #D45E1E

Tints of Chocolate #D45E1E

RGB

 RED value IS 212 (83.2% from 255) = 63.1%

 GREEN value IS 94 (37.11% from 255) = 27.98%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 63.1%
G = 27.98%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D45E1E (or 0xD45E1E) is known color: Chocolate. HEX triplet: D4, 5E and 1E. RGB value is (212,94,30). Sum of RGB (Red+Green+Blue) = 212+94+30=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45E1E is #2BA1E1. Grayscale: #7A7A7A. Windows color (decimal): -2859490 or 1990356. OLE color: 1990356.

HSL color Cylindrical-coordinate representation of color #D45E1E: hue angle of 21.1º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D45E1E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 94 30 -
CMYK 0 0.56 0.86 0.17
HSL 21.1º 0.75% 0.47% -
HSV(B) 21.1º 0.86% 0.83% -
XYZ 31.39 22.1 3.84 -
YUV 121.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 212 94 30 0 0.56 0.86 0.17 21.1 0.75 0.47
Hex D4 5E 1E 0 38 56 11 15 4B 2F
Octal 324 136 36 0 70 126 21 25 113 57
Binary 11010100 1011110 11110 0 111000 1010110 10001 10101 1001011 101111

Color Harmonies of #D45E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45E1E

Black with #D45E1E

Text Example


Text Example

White with #D45E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45E1E; }

 p { color: rgb(212,94,30); }

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

background-color css

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

 a { background-color: rgb(212,94,30); }

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

border-color css

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

 span { border-color: rgb(212,94,30); }

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