Html Css Color HEX #D93A03 Harley Davidson Orange

📋 copy color: '#D93A03'

red 217 ◦ green 58 ◦ blue 3

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

Shades of Harley Davidson Orange #D93A03

Tints of Harley Davidson Orange #D93A03

RGB

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

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

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

R = 78.06%
G = 20.86%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D93A03 (or 0xD93A03) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 03. RGB value is (217,58,3). Sum of RGB (Red+Green+Blue) = 217+58+3=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A03 is #26C5FC. Grayscale: #636363. Windows color (decimal): -2541053 or 211673. OLE color: 211673.

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

Color convert

RGB 217 58 3 -
CMYK 0 0.73 0.99 0.15
HSL 15.42º 0.97% 0.43% -
HSV(B) 15.42º 0.99% 0.85% -
XYZ 30.14 17.78 1.93 -
YUV 99.27 73.68 211.97 -
System Red Green Blue C M Y K H S L
Decimal 217 58 3 0 0.73 0.99 0.15 15.42 0.97 0.43
Hex D9 3A 3 0 49 63 F F 61 2B
Octal 331 72 3 0 111 143 17 17 141 53
Binary 11011001 111010 11 0 1001001 1100011 1111 1111 1100001 101011

Color Harmonies of #D93A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A03

Black with #D93A03

Text Example


Text Example

White with #D93A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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