Html Css Color HEX #D93104 Harley Davidson Orange

📋 copy color: '#D93104'

red 217 ◦ green 49 ◦ blue 4

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

Shades of Harley Davidson Orange #D93104

Tints of Harley Davidson Orange #D93104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 80.37%
G = 18.15%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93104 (or 0xD93104) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 04. RGB value is (217,49,4). Sum of RGB (Red+Green+Blue) = 217+49+4=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D93104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93104 is #26CEFB. Grayscale: #5E5E5E. Windows color (decimal): -2543356 or 274905. OLE color: 274905.

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

Color convert

RGB 217 49 4 -
CMYK 0 0.77 0.98 0.15
HSL 12.68º 0.96% 0.43% -
HSV(B) 12.68º 0.98% 0.85% -
XYZ 29.74 16.96 1.82 -
YUV 94.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 217 49 4 0 0.77 0.98 0.15 12.68 0.96 0.43
Hex D9 31 4 0 4D 62 F D 60 2B
Octal 331 61 4 0 115 142 17 15 140 53
Binary 11011001 110001 100 0 1001101 1100010 1111 1101 1100000 101011

Color Harmonies of #D93104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93104

Black with #D93104

Text Example


Text Example

White with #D93104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93104; }

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

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

background-color css

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

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

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

border-color css

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

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

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