Html Css Color HEX #D81A07 Harley Davidson Orange

📋 copy color: '#D81A07'

red 216 ◦ green 26 ◦ blue 7

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

Shades of Harley Davidson Orange #D81A07

Tints of Harley Davidson Orange #D81A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

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

R = 86.75%
G = 10.44%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D81A07 (or 0xD81A07) is known color: Harley Davidson Orange. HEX triplet: D8, 1A and 07. RGB value is (216,26,7). Sum of RGB (Red+Green+Blue) = 216+26+7=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81A07 is #27E5F8. Grayscale: #505050. Windows color (decimal): -2614777 or 465624. OLE color: 465624.

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

Color convert

RGB 216 26 7 -
CMYK 0 0.88 0.97 0.15
HSL 5.45º 0.94% 0.44% -
HSV(B) 5.45º 0.97% 0.85% -
XYZ 28.73 15.35 1.65 -
YUV 80.64 86.45 224.54 -
System Red Green Blue C M Y K H S L
Decimal 216 26 7 0 0.88 0.97 0.15 5.45 0.94 0.44
Hex D8 1A 7 0 58 61 F 5 5E 2C
Octal 330 32 7 0 130 141 17 5 136 54
Binary 11011000 11010 111 0 1011000 1100001 1111 101 1011110 101100

Color Harmonies of #D81A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A07

Black with #D81A07

Text Example


Text Example

White with #D81A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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