Html Css Color HEX #D75319 Chocolate

📋 copy color: '#D75319'

red 215 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #D75319

Tints of Chocolate #D75319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 66.56%
G = 25.7%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D75319 (or 0xD75319) is known color: Chocolate. HEX triplet: D7, 53 and 19. RGB value is (215,83,25). Sum of RGB (Red+Green+Blue) = 215+83+25=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D75319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75319 is #28ACE6. Grayscale: #747474. Windows color (decimal): -2665703 or 1659863. OLE color: 1659863.

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

Color convert

RGB 215 83 25 -
CMYK 0 0.61 0.88 0.16
HSL 18.32º 0.79% 0.47% -
HSV(B) 18.32º 0.88% 0.84% -
XYZ 31.29 20.7 3.27 -
YUV 115.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 215 83 25 0 0.61 0.88 0.16 18.32 0.79 0.47
Hex D7 53 19 0 3D 58 10 12 4F 2F
Octal 327 123 31 0 75 130 20 22 117 57
Binary 11010111 1010011 11001 0 111101 1011000 10000 10010 1001111 101111

Color Harmonies of #D75319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75319

Black with #D75319

Text Example


Text Example

White with #D75319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75319; }

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

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

background-color css

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

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

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

border-color css

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

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

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