Html Css Color HEX #D03019 Harley Davidson Orange

📋 copy color: '#D03019'

red 208 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #D03019

Tints of Harley Davidson Orange #D03019

RGB

 RED value IS 208 (81.64% from 255) = 74.02%

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

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

R = 74.02%
G = 17.08%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03019 (or 0xD03019) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 19. RGB value is (208,48,25). Sum of RGB (Red+Green+Blue) = 208+48+25=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D03019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03019 is #2FCFE6. Grayscale: #5D5D5D. Windows color (decimal): -3133415 or 1650896. OLE color: 1650896.

HSL color Cylindrical-coordinate representation of color #D03019: hue angle of 7.54º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D03019 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 25 -
CMYK 0 0.77 0.88 0.18
HSL 7.54º 0.79% 0.46% -
HSV(B) 7.54º 0.88% 0.82% -
XYZ 27.24 15.59 2.49 -
YUV 93.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 208 48 25 0 0.77 0.88 0.18 7.54 0.79 0.46
Hex D0 30 19 0 4D 58 12 8 4F 2E
Octal 320 60 31 0 115 130 22 10 117 56
Binary 11010000 110000 11001 0 1001101 1011000 10010 1000 1001111 101110

Color Harmonies of #D03019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03019

Black with #D03019

Text Example


Text Example

White with #D03019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03019; }

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

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

background-color css

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

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

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

border-color css

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

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

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