Html Css Color HEX #D93A00 Harley Davidson Orange

📋 copy color: '#D93A00'

red 217 ◦ green 58 ◦ blue 0

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

Shades of Harley Davidson Orange #D93A00

Tints of Harley Davidson Orange #D93A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.91%
G = 21.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D93A00 (or 0xD93A00) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 00. RGB value is (217,58,0). Sum of RGB (Red+Green+Blue) = 217+58+0=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A00 is #26C5FF. Grayscale: #636363. Windows color (decimal): -2541056 or 15065. OLE color: 15065.

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

Color convert

RGB 217 58 0 -
CMYK 0 0.73 1 0.15
HSL 16.04º 1% 0.43% -
HSV(B) 16.04º 1% 0.85% -
XYZ 30.13 17.78 1.84 -
YUV 98.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 217 58 0 0 0.73 1 0.15 16.04 1 0.43
Hex D9 3A 0 0 49 64 F 10 64 2B
Octal 331 72 0 0 111 144 17 20 144 53
Binary 11011001 111010 0 0 1001001 1100100 1111 10000 1100100 101011

Color Harmonies of #D93A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A00

Black with #D93A00

Text Example


Text Example

White with #D93A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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