Html Css Color HEX #D45119 Chocolate

📋 copy color: '#D45119'

red 212 ◦ green 81 ◦ blue 25

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

Shades of Chocolate #D45119

Tints of Chocolate #D45119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

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

R = 66.67%
G = 25.47%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D45119 (or 0xD45119) is known color: Chocolate. HEX triplet: D4, 51 and 19. RGB value is (212,81,25). Sum of RGB (Red+Green+Blue) = 212+81+25=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D45119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45119 is #2BAEE6. Grayscale: #727272. Windows color (decimal): -2862823 or 1659348. OLE color: 1659348.

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

Color convert

RGB 212 81 25 -
CMYK 0 0.62 0.88 0.17
HSL 17.97º 0.79% 0.46% -
HSV(B) 17.97º 0.88% 0.83% -
XYZ 30.27 19.95 3.18 -
YUV 113.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 212 81 25 0 0.62 0.88 0.17 17.97 0.79 0.46
Hex D4 51 19 0 3E 58 11 12 4F 2E
Octal 324 121 31 0 76 130 21 22 117 56
Binary 11010100 1010001 11001 0 111110 1011000 10001 10010 1001111 101110

Color Harmonies of #D45119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45119

Black with #D45119

Text Example


Text Example

White with #D45119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45119; }

 p { color: rgb(212,81,25); }

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

background-color css

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

 a { background-color: rgb(212,81,25); }

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

border-color css

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

 span { border-color: rgb(212,81,25); }

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