Html Css Color HEX #D81B07 Harley Davidson Orange

📋 copy color: '#D81B07'

red 216 ◦ green 27 ◦ blue 7

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

Shades of Harley Davidson Orange #D81B07

Tints of Harley Davidson Orange #D81B07

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.8%

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

R = 86.4%
G = 10.8%
B = 2.8%

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

#D81B07 (or 0xD81B07) is known color: Harley Davidson Orange. HEX triplet: D8, 1B and 07. RGB value is (216,27,7). Sum of RGB (Red+Green+Blue) = 216+27+7=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81B07 is #27E4F8. Grayscale: #515151. Windows color (decimal): -2614521 or 465880. OLE color: 465880.

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

Color convert

RGB 216 27 7 -
CMYK 0 0.88 0.97 0.15
HSL 5.74º 0.94% 0.44% -
HSV(B) 5.74º 0.97% 0.85% -
XYZ 28.75 15.4 1.66 -
YUV 81.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 216 27 7 0 0.88 0.97 0.15 5.74 0.94 0.44
Hex D8 1B 7 0 58 61 F 6 5E 2C
Octal 330 33 7 0 130 141 17 6 136 54
Binary 11011000 11011 111 0 1011000 1100001 1111 110 1011110 101100

Color Harmonies of #D81B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B07

Black with #D81B07

Text Example


Text Example

White with #D81B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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