Html Css Color HEX #D93304 Harley Davidson Orange

📋 copy color: '#D93304'

red 217 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #D93304

Tints of Harley Davidson Orange #D93304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 79.78%
G = 18.75%
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

#D93304 (or 0xD93304) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 04. RGB value is (217,51,4). Sum of RGB (Red+Green+Blue) = 217+51+4=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D93304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93304 is #26CCFB. Grayscale: #5F5F5F. Windows color (decimal): -2542844 or 275417. OLE color: 275417.

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

Color convert

RGB 217 51 4 -
CMYK 0 0.76 0.98 0.15
HSL 13.24º 0.96% 0.43% -
HSV(B) 13.24º 0.98% 0.85% -
XYZ 29.82 17.13 1.85 -
YUV 95.28 76.5 214.82 -
System Red Green Blue C M Y K H S L
Decimal 217 51 4 0 0.76 0.98 0.15 13.24 0.96 0.43
Hex D9 33 4 0 4C 62 F D 60 2B
Octal 331 63 4 0 114 142 17 15 140 53
Binary 11011001 110011 100 0 1001100 1100010 1111 1101 1100000 101011

Color Harmonies of #D93304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93304

Black with #D93304

Text Example


Text Example

White with #D93304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93304; }

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

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

background-color css

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

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

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

border-color css

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

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

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