Html Css Color HEX #D83014 Harley Davidson Orange

📋 copy color: '#D83014'

red 216 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #D83014

Tints of Harley Davidson Orange #D83014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 76.06%
G = 16.9%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D83014 (or 0xD83014) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 14. RGB value is (216,48,20). Sum of RGB (Red+Green+Blue) = 216+48+20=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D83014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83014 is #27CFEB. Grayscale: #5F5F5F. Windows color (decimal): -2609132 or 1323224. OLE color: 1323224.

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

Color convert

RGB 216 48 20 -
CMYK 0 0.78 0.91 0.15
HSL 8.57º 0.83% 0.46% -
HSV(B) 8.57º 0.91% 0.85% -
XYZ 29.5 16.76 2.34 -
YUV 95.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 216 48 20 0 0.78 0.91 0.15 8.57 0.83 0.46
Hex D8 30 14 0 4E 5B F 9 53 2E
Octal 330 60 24 0 116 133 17 11 123 56
Binary 11011000 110000 10100 0 1001110 1011011 1111 1001 1010011 101110

Color Harmonies of #D83014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83014

Black with #D83014

Text Example


Text Example

White with #D83014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83014; }

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

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

background-color css

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

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

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

border-color css

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

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

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