Html Css Color HEX #D93503 Harley Davidson Orange

📋 copy color: '#D93503'

red 217 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #D93503

Tints of Harley Davidson Orange #D93503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

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

R = 79.49%
G = 19.41%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D93503 (or 0xD93503) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 03. RGB value is (217,53,3). Sum of RGB (Red+Green+Blue) = 217+53+3=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D93503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93503 is #26CAFC. Grayscale: #606060. Windows color (decimal): -2542333 or 210393. OLE color: 210393.

HSL color Cylindrical-coordinate representation of color #D93503: hue angle of 14.02º 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 #D93503 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 3 -
CMYK 0 0.76 0.99 0.15
HSL 14.02º 0.97% 0.43% -
HSV(B) 14.02º 0.99% 0.85% -
XYZ 29.9 17.3 1.85 -
YUV 96.34 75.33 214.07 -
System Red Green Blue C M Y K H S L
Decimal 217 53 3 0 0.76 0.99 0.15 14.02 0.97 0.43
Hex D9 35 3 0 4C 63 F E 61 2B
Octal 331 65 3 0 114 143 17 16 141 53
Binary 11011001 110101 11 0 1001100 1100011 1111 1110 1100001 101011

Color Harmonies of #D93503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93503

Black with #D93503

Text Example


Text Example

White with #D93503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93503; }

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

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

background-color css

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

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

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

border-color css

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

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

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