Html Css Color HEX #D03400 Harley Davidson Orange

📋 copy color: '#D03400'

red 208 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #D03400

Tints of Harley Davidson Orange #D03400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D03400 (or 0xD03400) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 00. RGB value is (208,52,0). Sum of RGB (Red+Green+Blue) = 208+52+0=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D03400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03400 is #2FCBFF. Grayscale: #5D5D5D. Windows color (decimal): -3132416 or 13520. OLE color: 13520.

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

Color convert

RGB 208 52 0 -
CMYK 0 0.75 1 0.18
HSL 15º 1% 0.41% -
HSV(B) 15º 1% 0.82% -
XYZ 27.24 15.87 1.63 -
YUV 92.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 208 52 0 0 0.75 1 0.18 15 1 0.41
Hex D0 34 0 0 4B 64 12 F 64 29
Octal 320 64 0 0 113 144 22 17 144 51
Binary 11010000 110100 0 0 1001011 1100100 10010 1111 1100100 101001

Color Harmonies of #D03400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03400

Black with #D03400

Text Example


Text Example

White with #D03400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03400; }

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

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

background-color css

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

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

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

border-color css

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

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

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