Html Css Color HEX #D04103 Harley Davidson Orange

📋 copy color: '#D04103'

red 208 ◦ green 65 ◦ blue 3

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

Shades of Harley Davidson Orange #D04103

Tints of Harley Davidson Orange #D04103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 75.36%
G = 23.55%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04103 (or 0xD04103) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 03. RGB value is (208,65,3). Sum of RGB (Red+Green+Blue) = 208+65+3=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D04103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04103 is #2FBEFC. Grayscale: #656565. Windows color (decimal): -3129085 or 213456. OLE color: 213456.

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

Color convert

RGB 208 65 3 -
CMYK 0 0.69 0.99 0.18
HSL 18.15º 0.97% 0.41% -
HSV(B) 18.15º 0.99% 0.82% -
XYZ 27.92 17.2 1.93 -
YUV 100.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 208 65 3 0 0.69 0.99 0.18 18.15 0.97 0.41
Hex D0 41 3 0 45 63 12 12 61 29
Octal 320 101 3 0 105 143 22 22 141 51
Binary 11010000 1000001 11 0 1000101 1100011 10010 10010 1100001 101001

Color Harmonies of #D04103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04103

Black with #D04103

Text Example


Text Example

White with #D04103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04103; }

 p { color: rgb(208,65,3); }

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

background-color css

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

 a { background-color: rgb(208,65,3); }

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

border-color css

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

 span { border-color: rgb(208,65,3); }

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