Html Css Color HEX #D74F19 Chocolate

📋 copy color: '#D74F19'

red 215 ◦ green 79 ◦ blue 25

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

Shades of Chocolate #D74F19

Tints of Chocolate #D74F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 67.4%
G = 24.76%
B = 7.84%

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

#D74F19 (or 0xD74F19) is known color: Chocolate. HEX triplet: D7, 4F and 19. RGB value is (215,79,25). Sum of RGB (Red+Green+Blue) = 215+79+25=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F19 is #28B0E6. Grayscale: #717171. Windows color (decimal): -2666727 or 1658839. OLE color: 1658839.

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

Color convert

RGB 215 79 25 -
CMYK 0 0.63 0.88 0.16
HSL 17.05º 0.79% 0.47% -
HSV(B) 17.05º 0.88% 0.84% -
XYZ 31 20.11 3.17 -
YUV 113.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 215 79 25 0 0.63 0.88 0.16 17.05 0.79 0.47
Hex D7 4F 19 0 3F 58 10 11 4F 2F
Octal 327 117 31 0 77 130 20 21 117 57
Binary 11010111 1001111 11001 0 111111 1011000 10000 10001 1001111 101111

Color Harmonies of #D74F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F19

Black with #D74F19

Text Example


Text Example

White with #D74F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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