Html Css Color HEX #D93504 Harley Davidson Orange

📋 copy color: '#D93504'

red 217 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #D93504

Tints of Harley Davidson Orange #D93504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

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

R = 79.2%
G = 19.34%
B = 1.46%

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

#D93504 (or 0xD93504) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 04. RGB value is (217,53,4). Sum of RGB (Red+Green+Blue) = 217+53+4=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D93504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93504 is #26CAFB. Grayscale: #606060. Windows color (decimal): -2542332 or 275929. OLE color: 275929.

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

Color convert

RGB 217 53 4 -
CMYK 0 0.76 0.98 0.15
HSL 13.8º 0.96% 0.43% -
HSV(B) 13.8º 0.98% 0.85% -
XYZ 29.91 17.31 1.88 -
YUV 96.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 217 53 4 0 0.76 0.98 0.15 13.8 0.96 0.43
Hex D9 35 4 0 4C 62 F E 60 2B
Octal 331 65 4 0 114 142 17 16 140 53
Binary 11011001 110101 100 0 1001100 1100010 1111 1110 1100000 101011

Color Harmonies of #D93504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93504

Black with #D93504

Text Example


Text Example

White with #D93504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93504; }

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

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

background-color css

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

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

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

border-color css

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

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

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