Html Css Color HEX #D84819 Harley Davidson Orange

📋 copy color: '#D84819'

red 216 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #D84819

Tints of Harley Davidson Orange #D84819

RGB

 RED value IS 216 (84.77% from 255) = 69.01%

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 69.01%
G = 23%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D84819 (or 0xD84819) is known color: Harley Davidson Orange. HEX triplet: D8, 48 and 19. RGB value is (216,72,25). Sum of RGB (Red+Green+Blue) = 216+72+25=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D84819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84819 is #27B7E6. Grayscale: #6E6E6E. Windows color (decimal): -2602983 or 1657048. OLE color: 1657048.

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

Color convert

RGB 216 72 25 -
CMYK 0 0.67 0.88 0.15
HSL 14.76º 0.79% 0.47% -
HSV(B) 14.76º 0.88% 0.85% -
XYZ 30.81 19.3 3.02 -
YUV 109.7 80.21 203.82 -
System Red Green Blue C M Y K H S L
Decimal 216 72 25 0 0.67 0.88 0.15 14.76 0.79 0.47
Hex D8 48 19 0 43 58 F F 4F 2F
Octal 330 110 31 0 103 130 17 17 117 57
Binary 11011000 1001000 11001 0 1000011 1011000 1111 1111 1001111 101111

Color Harmonies of #D84819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84819

Black with #D84819

Text Example


Text Example

White with #D84819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84819; }

 p { color: rgb(216,72,25); }

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

background-color css

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

 a { background-color: rgb(216,72,25); }

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

border-color css

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

 span { border-color: rgb(216,72,25); }

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