Html Css Color HEX #D03A04 Harley Davidson Orange

📋 copy color: '#D03A04'

red 208 ◦ green 58 ◦ blue 4

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

Shades of Harley Davidson Orange #D03A04

Tints of Harley Davidson Orange #D03A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 77.04%
G = 21.48%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D03A04 (or 0xD03A04) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 04. RGB value is (208,58,4). Sum of RGB (Red+Green+Blue) = 208+58+4=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A04 is #2FC5FB. Grayscale: #616161. Windows color (decimal): -3130876 or 277200. OLE color: 277200.

HSL color Cylindrical-coordinate representation of color #D03A04: hue angle of 15.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D03A04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 58 4 -
CMYK 0 0.72 0.98 0.18
HSL 15.88º 0.96% 0.42% -
HSV(B) 15.88º 0.98% 0.82% -
XYZ 27.55 16.44 1.84 -
YUV 96.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 208 58 4 0 0.72 0.98 0.18 15.88 0.96 0.42
Hex D0 3A 4 0 48 62 12 10 60 2A
Octal 320 72 4 0 110 142 22 20 140 52
Binary 11010000 111010 100 0 1001000 1100010 10010 10000 1100000 101010

Color Harmonies of #D03A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A04

Black with #D03A04

Text Example


Text Example

White with #D03A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A04; }

 p { color: rgb(208,58,4); }

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

background-color css

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

 a { background-color: rgb(208,58,4); }

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

border-color css

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

 span { border-color: rgb(208,58,4); }

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