Html Css Color HEX #D93A01 Harley Davidson Orange

📋 copy color: '#D93A01'

red 217 ◦ green 58 ◦ blue 1

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

Shades of Harley Davidson Orange #D93A01

Tints of Harley Davidson Orange #D93A01

RGB

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

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

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

R = 78.62%
G = 21.01%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D93A01 (or 0xD93A01) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 01. RGB value is (217,58,1). Sum of RGB (Red+Green+Blue) = 217+58+1=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A01 is #26C5FE. Grayscale: #636363. Windows color (decimal): -2541055 or 80601. OLE color: 80601.

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

Color convert

RGB 217 58 1 -
CMYK 0 0.73 1.00 0.15
HSL 15.83º 0.99% 0.43% -
HSV(B) 15.83º 1% 0.85% -
XYZ 30.13 17.78 1.87 -
YUV 99.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 217 58 1 0 0.73 1.00 0.15 15.83 0.99 0.43
Hex D9 3A 1 0 49 64 F 10 63 2B
Octal 331 72 1 0 111 144 17 20 143 53
Binary 11011001 111010 1 0 1001001 1100100 1111 10000 1100011 101011

Color Harmonies of #D93A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A01

Black with #D93A01

Text Example


Text Example

White with #D93A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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