Html Css Color HEX #D93A04 Harley Davidson Orange

📋 copy color: '#D93A04'

red 217 ◦ green 58 ◦ blue 4

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

Shades of Harley Davidson Orange #D93A04

Tints of Harley Davidson Orange #D93A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 77.78%
G = 20.79%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93A04 (or 0xD93A04) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 04. RGB value is (217,58,4). Sum of RGB (Red+Green+Blue) = 217+58+4=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93A04 is #26C5FB. Grayscale: #636363. Windows color (decimal): -2541052 or 277209. OLE color: 277209.

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

Color convert

RGB 217 58 4 -
CMYK 0 0.73 0.98 0.15
HSL 15.21º 0.96% 0.43% -
HSV(B) 15.21º 0.98% 0.85% -
XYZ 30.15 17.79 1.96 -
YUV 99.39 74.18 211.89 -
System Red Green Blue C M Y K H S L
Decimal 217 58 4 0 0.73 0.98 0.15 15.21 0.96 0.43
Hex D9 3A 4 0 49 62 F F 60 2B
Octal 331 72 4 0 111 142 17 17 140 53
Binary 11011001 111010 100 0 1001001 1100010 1111 1111 1100000 101011

Color Harmonies of #D93A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A04

Black with #D93A04

Text Example


Text Example

White with #D93A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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