Html Css Color HEX #D03A07 Harley Davidson Orange

📋 copy color: '#D03A07'

red 208 ◦ green 58 ◦ blue 7

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

Shades of Harley Davidson Orange #D03A07

Tints of Harley Davidson Orange #D03A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 76.19%
G = 21.25%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D03A07 (or 0xD03A07) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 07. RGB value is (208,58,7). Sum of RGB (Red+Green+Blue) = 208+58+7=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A07 is #2FC5F8. Grayscale: #616161. Windows color (decimal): -3130873 or 473808. OLE color: 473808.

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

Color convert

RGB 208 58 7 -
CMYK 0 0.72 0.97 0.18
HSL 15.22º 0.93% 0.42% -
HSV(B) 15.22º 0.97% 0.82% -
XYZ 27.56 16.45 1.92 -
YUV 97.04 77.2 207.15 -
System Red Green Blue C M Y K H S L
Decimal 208 58 7 0 0.72 0.97 0.18 15.22 0.93 0.42
Hex D0 3A 7 0 48 61 12 F 5D 2A
Octal 320 72 7 0 110 141 22 17 135 52
Binary 11010000 111010 111 0 1001000 1100001 10010 1111 1011101 101010

Color Harmonies of #D03A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A07

Black with #D03A07

Text Example


Text Example

White with #D03A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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