Html Css Color HEX #D03A0F Harley Davidson Orange

📋 copy color: '#D03A0F'

red 208 ◦ green 58 ◦ blue 15

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

Shades of Harley Davidson Orange #D03A0F

Tints of Harley Davidson Orange #D03A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 74.02%
G = 20.64%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D03A0F (or 0xD03A0F) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 0F. RGB value is (208,58,15). Sum of RGB (Red+Green+Blue) = 208+58+15=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A0F is #2FC5F0. Grayscale: #626262. Windows color (decimal): -3130865 or 998096. OLE color: 998096.

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

Color convert

RGB 208 58 15 -
CMYK 0 0.72 0.93 0.18
HSL 13.37º 0.87% 0.44% -
HSV(B) 13.37º 0.93% 0.82% -
XYZ 27.61 16.47 2.18 -
YUV 97.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 208 58 15 0 0.72 0.93 0.18 13.37 0.87 0.44
Hex D0 3A F 0 48 5D 12 D 57 2C
Octal 320 72 17 0 110 135 22 15 127 54
Binary 11010000 111010 1111 0 1001000 1011101 10010 1101 1010111 101100

Color Harmonies of #D03A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A0F

Black with #D03A0F

Text Example


Text Example

White with #D03A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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