Html Css Color HEX #D75019 Chocolate

📋 copy color: '#D75019'

red 215 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #D75019

Tints of Chocolate #D75019

RGB

 RED value IS 215 (84.38% from 255) = 67.19%

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 67.19%
G = 25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D75019 (or 0xD75019) is known color: Chocolate. HEX triplet: D7, 50 and 19. RGB value is (215,80,25). Sum of RGB (Red+Green+Blue) = 215+80+25=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D75019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75019 is #28AFE6. Grayscale: #727272. Windows color (decimal): -2666471 or 1659095. OLE color: 1659095.

HSL color Cylindrical-coordinate representation of color #D75019: hue angle of 17.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D75019 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 25 -
CMYK 0 0.63 0.88 0.16
HSL 17.37º 0.79% 0.47% -
HSV(B) 17.37º 0.88% 0.84% -
XYZ 31.07 20.25 3.19 -
YUV 114.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 215 80 25 0 0.63 0.88 0.16 17.37 0.79 0.47
Hex D7 50 19 0 3F 58 10 11 4F 2F
Octal 327 120 31 0 77 130 20 21 117 57
Binary 11010111 1010000 11001 0 111111 1011000 10000 10001 1001111 101111

Color Harmonies of #D75019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75019

Black with #D75019

Text Example


Text Example

White with #D75019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75019; }

 p { color: rgb(215,80,25); }

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

background-color css

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

 a { background-color: rgb(215,80,25); }

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

border-color css

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

 span { border-color: rgb(215,80,25); }

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