Html Css Color HEX #D94003 Harley Davidson Orange

📋 copy color: '#D94003'

red 217 ◦ green 64 ◦ blue 3

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

Shades of Harley Davidson Orange #D94003

Tints of Harley Davidson Orange #D94003

RGB

 RED value IS 217 (85.16% from 255) = 76.41%

 GREEN value IS 64 (25.39% from 255) = 22.54%

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

R = 76.41%
G = 22.54%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D94003 (or 0xD94003) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 03. RGB value is (217,64,3). Sum of RGB (Red+Green+Blue) = 217+64+3=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D94003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94003 is #26BFFC. Grayscale: #676767. Windows color (decimal): -2539517 or 213209. OLE color: 213209.

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

Color convert

RGB 217 64 3 -
CMYK 0 0.71 0.99 0.15
HSL 17.1º 0.97% 0.43% -
HSV(B) 17.1º 0.99% 0.85% -
XYZ 30.47 18.43 2.04 -
YUV 102.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 217 64 3 0 0.71 0.99 0.15 17.1 0.97 0.43
Hex D9 40 3 0 47 63 F 11 61 2B
Octal 331 100 3 0 107 143 17 21 141 53
Binary 11011001 1000000 11 0 1000111 1100011 1111 10001 1100001 101011

Color Harmonies of #D94003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94003

Black with #D94003

Text Example


Text Example

White with #D94003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94003; }

 p { color: rgb(217,64,3); }

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

background-color css

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

 a { background-color: rgb(217,64,3); }

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

border-color css

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

 span { border-color: rgb(217,64,3); }

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