Html Css Color HEX #D83019 Harley Davidson Orange

📋 copy color: '#D83019'

red 216 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #D83019

Tints of Harley Davidson Orange #D83019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 74.74%
G = 16.61%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D83019 (or 0xD83019) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 19. RGB value is (216,48,25). Sum of RGB (Red+Green+Blue) = 216+48+25=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D83019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83019 is #27CFE6. Grayscale: #5F5F5F. Windows color (decimal): -2609127 or 1650904. OLE color: 1650904.

HSL color Cylindrical-coordinate representation of color #D83019: hue angle of 7.23º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D83019 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 25 -
CMYK 0 0.78 0.88 0.15
HSL 7.23º 0.79% 0.47% -
HSV(B) 7.23º 0.88% 0.85% -
XYZ 29.55 16.78 2.6 -
YUV 95.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 216 48 25 0 0.78 0.88 0.15 7.23 0.79 0.47
Hex D8 30 19 0 4E 58 F 7 4F 2F
Octal 330 60 31 0 116 130 17 7 117 57
Binary 11011000 110000 11001 0 1001110 1011000 1111 111 1001111 101111

Color Harmonies of #D83019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83019

Black with #D83019

Text Example


Text Example

White with #D83019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83019; }

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

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

background-color css

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

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

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

border-color css

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

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

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