Html Css Color HEX #D81D07 Harley Davidson Orange

📋 copy color: '#D81D07'

red 216 ◦ green 29 ◦ blue 7

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

Shades of Harley Davidson Orange #D81D07

Tints of Harley Davidson Orange #D81D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 85.71%
G = 11.51%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D81D07 (or 0xD81D07) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 07. RGB value is (216,29,7). Sum of RGB (Red+Green+Blue) = 216+29+7=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D07 is #27E2F8. Grayscale: #525252. Windows color (decimal): -2614009 or 466392. OLE color: 466392.

HSL color Cylindrical-coordinate representation of color #D81D07: hue angle of 6.32º 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 #D81D07 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 7 -
CMYK 0 0.87 0.97 0.15
HSL 6.32º 0.94% 0.44% -
HSV(B) 6.32º 0.97% 0.85% -
XYZ 28.8 15.49 1.67 -
YUV 82.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 216 29 7 0 0.87 0.97 0.15 6.32 0.94 0.44
Hex D8 1D 7 0 57 61 F 6 5E 2C
Octal 330 35 7 0 127 141 17 6 136 54
Binary 11011000 11101 111 0 1010111 1100001 1111 110 1011110 101100

Color Harmonies of #D81D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D07

Black with #D81D07

Text Example


Text Example

White with #D81D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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