Html Css Color HEX #D93401 Harley Davidson Orange

📋 copy color: '#D93401'

red 217 ◦ green 52 ◦ blue 1

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

Shades of Harley Davidson Orange #D93401

Tints of Harley Davidson Orange #D93401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 80.37%
G = 19.26%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D93401 (or 0xD93401) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 01. RGB value is (217,52,1). Sum of RGB (Red+Green+Blue) = 217+52+1=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D93401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93401 is #26CBFE. Grayscale: #5F5F5F. Windows color (decimal): -2542591 or 79065. OLE color: 79065.

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

Color convert

RGB 217 52 1 -
CMYK 0 0.76 1.00 0.15
HSL 14.17º 0.99% 0.43% -
HSV(B) 14.17º 1% 0.85% -
XYZ 29.85 17.21 1.78 -
YUV 95.52 74.66 214.65 -
System Red Green Blue C M Y K H S L
Decimal 217 52 1 0 0.76 1.00 0.15 14.17 0.99 0.43
Hex D9 34 1 0 4C 64 F E 63 2B
Octal 331 64 1 0 114 144 17 16 143 53
Binary 11011001 110100 1 0 1001100 1100100 1111 1110 1100011 101011

Color Harmonies of #D93401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93401

Black with #D93401

Text Example


Text Example

White with #D93401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93401; }

 p { color: rgb(217,52,1); }

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

background-color css

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

 a { background-color: rgb(217,52,1); }

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

border-color css

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

 span { border-color: rgb(217,52,1); }

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