Html Css Color HEX #D73003 Harley Davidson Orange

📋 copy color: '#D73003'

red 215 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #D73003

Tints of Harley Davidson Orange #D73003

RGB

 RED value IS 215 (84.38% from 255) = 80.83%

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 80.83%
G = 18.05%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D73003 (or 0xD73003) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 03. RGB value is (215,48,3). Sum of RGB (Red+Green+Blue) = 215+48+3=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D73003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73003 is #28CFFC. Grayscale: #5D5D5D. Windows color (decimal): -2674685 or 209111. OLE color: 209111.

HSL color Cylindrical-coordinate representation of color #D73003: hue angle of 12.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D73003 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 3 -
CMYK 0 0.78 0.99 0.16
HSL 12.74º 0.97% 0.43% -
HSV(B) 12.74º 0.99% 0.84% -
XYZ 29.1 16.57 1.75 -
YUV 92.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 215 48 3 0 0.78 0.99 0.16 12.74 0.97 0.43
Hex D7 30 3 0 4E 63 10 D 61 2B
Octal 327 60 3 0 116 143 20 15 141 53
Binary 11010111 110000 11 0 1001110 1100011 10000 1101 1100001 101011

Color Harmonies of #D73003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73003

Black with #D73003

Text Example


Text Example

White with #D73003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73003; }

 p { color: rgb(215,48,3); }

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

background-color css

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

 a { background-color: rgb(215,48,3); }

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

border-color css

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

 span { border-color: rgb(215,48,3); }

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