Html Css Color HEX #D93404 Harley Davidson Orange

📋 copy color: '#D93404'

red 217 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #D93404

Tints of Harley Davidson Orange #D93404

RGB

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

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

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

R = 79.49%
G = 19.05%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93404 (or 0xD93404) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 04. RGB value is (217,52,4). Sum of RGB (Red+Green+Blue) = 217+52+4=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D93404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93404 is #26CBFB. Grayscale: #606060. Windows color (decimal): -2542588 or 275673. OLE color: 275673.

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

Color convert

RGB 217 52 4 -
CMYK 0 0.76 0.98 0.15
HSL 13.52º 0.96% 0.43% -
HSV(B) 13.52º 0.98% 0.85% -
XYZ 29.87 17.22 1.86 -
YUV 95.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 217 52 4 0 0.76 0.98 0.15 13.52 0.96 0.43
Hex D9 34 4 0 4C 62 F E 60 2B
Octal 331 64 4 0 114 142 17 16 140 53
Binary 11011001 110100 100 0 1001100 1100010 1111 1110 1100000 101011

Color Harmonies of #D93404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93404

Black with #D93404

Text Example


Text Example

White with #D93404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93404; }

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

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

background-color css

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

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

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

border-color css

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

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

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