Html Css Color HEX #D81F14 Harley Davidson Orange

📋 copy color: '#D81F14'

red 216 ◦ green 31 ◦ blue 20

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

Shades of Harley Davidson Orange #D81F14

Tints of Harley Davidson Orange #D81F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 80.9%
G = 11.61%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D81F14 (or 0xD81F14) is known color: Harley Davidson Orange. HEX triplet: D8, 1F and 14. RGB value is (216,31,20). Sum of RGB (Red+Green+Blue) = 216+31+20=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81F14 is #27E0EB. Grayscale: #555555. Windows color (decimal): -2613484 or 1318872. OLE color: 1318872.

HSL color Cylindrical-coordinate representation of color #D81F14: hue angle of 3.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81F14 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 20 -
CMYK 0 0.86 0.91 0.15
HSL 3.37º 0.83% 0.46% -
HSV(B) 3.37º 0.91% 0.85% -
XYZ 28.94 15.63 2.15 -
YUV 85.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 216 31 20 0 0.86 0.91 0.15 3.37 0.83 0.46
Hex D8 1F 14 0 56 5B F 3 53 2E
Octal 330 37 24 0 126 133 17 3 123 56
Binary 11011000 11111 10100 0 1010110 1011011 1111 11 1010011 101110

Color Harmonies of #D81F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F14

Black with #D81F14

Text Example


Text Example

White with #D81F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F14; }

 p { color: rgb(216,31,20); }

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

background-color css

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

 a { background-color: rgb(216,31,20); }

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

border-color css

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

 span { border-color: rgb(216,31,20); }

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