Html Css Color HEX #D03918 Harley Davidson Orange

📋 copy color: '#D03918'

red 208 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #D03918

Tints of Harley Davidson Orange #D03918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

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

R = 71.97%
G = 19.72%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03918 (or 0xD03918) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 18. RGB value is (208,57,24). Sum of RGB (Red+Green+Blue) = 208+57+24=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D03918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03918 is #2FC6E7. Grayscale: #626262. Windows color (decimal): -3131112 or 1587664. OLE color: 1587664.

HSL color Cylindrical-coordinate representation of color #D03918: hue angle of 10.76º 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 #D03918 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 24 -
CMYK 0 0.73 0.88 0.18
HSL 10.76º 0.79% 0.45% -
HSV(B) 10.76º 0.88% 0.82% -
XYZ 27.64 16.4 2.57 -
YUV 98.39 86.03 206.18 -
System Red Green Blue C M Y K H S L
Decimal 208 57 24 0 0.73 0.88 0.18 10.76 0.79 0.45
Hex D0 39 18 0 49 58 12 B 4F 2D
Octal 320 71 30 0 111 130 22 13 117 55
Binary 11010000 111001 11000 0 1001001 1011000 10010 1011 1001111 101101

Color Harmonies of #D03918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03918

Black with #D03918

Text Example


Text Example

White with #D03918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03918; }

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

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

background-color css

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

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

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

border-color css

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

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

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