Html Css Color HEX #D03418 Harley Davidson Orange

📋 copy color: '#D03418'

red 208 ◦ green 52 ◦ blue 24

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

Shades of Harley Davidson Orange #D03418

Tints of Harley Davidson Orange #D03418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 73.24%
G = 18.31%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03418 (or 0xD03418) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 18. RGB value is (208,52,24). Sum of RGB (Red+Green+Blue) = 208+52+24=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D03418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03418 is #2FCBE7. Grayscale: #5F5F5F. Windows color (decimal): -3132392 or 1586384. OLE color: 1586384.

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

Color convert

RGB 208 52 24 -
CMYK 0 0.75 0.88 0.18
HSL 9.13º 0.79% 0.45% -
HSV(B) 9.13º 0.88% 0.82% -
XYZ 27.41 15.93 2.49 -
YUV 95.45 87.68 208.28 -
System Red Green Blue C M Y K H S L
Decimal 208 52 24 0 0.75 0.88 0.18 9.13 0.79 0.45
Hex D0 34 18 0 4B 58 12 9 4F 2D
Octal 320 64 30 0 113 130 22 11 117 55
Binary 11010000 110100 11000 0 1001011 1011000 10010 1001 1001111 101101

Color Harmonies of #D03418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03418

Black with #D03418

Text Example


Text Example

White with #D03418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03418; }

 p { color: rgb(208,52,24); }

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

background-color css

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

 a { background-color: rgb(208,52,24); }

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

border-color css

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

 span { border-color: rgb(208,52,24); }

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