Html Css Color HEX #D84007 Harley Davidson Orange

📋 copy color: '#D84007'

red 216 ◦ green 64 ◦ blue 7

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

Shades of Harley Davidson Orange #D84007

Tints of Harley Davidson Orange #D84007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 75.26%
G = 22.3%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D84007 (or 0xD84007) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 07. RGB value is (216,64,7). Sum of RGB (Red+Green+Blue) = 216+64+7=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D84007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84007 is #27BFF8. Grayscale: #676767. Windows color (decimal): -2605049 or 475352. OLE color: 475352.

HSL color Cylindrical-coordinate representation of color #D84007: hue angle of 16.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D84007 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 7 -
CMYK 0 0.70 0.97 0.15
HSL 16.36º 0.94% 0.44% -
HSV(B) 16.36º 0.97% 0.85% -
XYZ 30.19 18.28 2.14 -
YUV 102.95 73.86 208.63 -
System Red Green Blue C M Y K H S L
Decimal 216 64 7 0 0.70 0.97 0.15 16.36 0.94 0.44
Hex D8 40 7 0 46 61 F 10 5E 2C
Octal 330 100 7 0 106 141 17 20 136 54
Binary 11011000 1000000 111 0 1000110 1100001 1111 10000 1011110 101100

Color Harmonies of #D84007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84007

Black with #D84007

Text Example


Text Example

White with #D84007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84007; }

 p { color: rgb(216,64,7); }

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

background-color css

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

 a { background-color: rgb(216,64,7); }

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

border-color css

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

 span { border-color: rgb(216,64,7); }

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