Html Css Color HEX #D93419 Harley Davidson Orange

📋 copy color: '#D93419'

red 217 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #D93419

Tints of Harley Davidson Orange #D93419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 73.81%
G = 17.69%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93419 (or 0xD93419) is known color: Harley Davidson Orange. HEX triplet: D9, 34 and 19. RGB value is (217,52,25). Sum of RGB (Red+Green+Blue) = 217+52+25=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D93419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93419 is #26CBE6. Grayscale: #626262. Windows color (decimal): -2542567 or 1651929. OLE color: 1651929.

HSL color Cylindrical-coordinate representation of color #D93419: hue angle of 8.44º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D93419 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 25 -
CMYK 0 0.76 0.88 0.15
HSL 8.44º 0.79% 0.47% -
HSV(B) 8.44º 0.88% 0.85% -
XYZ 30.02 17.28 2.67 -
YUV 98.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 217 52 25 0 0.76 0.88 0.15 8.44 0.79 0.47
Hex D9 34 19 0 4C 58 F 8 4F 2F
Octal 331 64 31 0 114 130 17 10 117 57
Binary 11011001 110100 11001 0 1001100 1011000 1111 1000 1001111 101111

Color Harmonies of #D93419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93419

Black with #D93419

Text Example


Text Example

White with #D93419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93419; }

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

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

background-color css

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

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

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

border-color css

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

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

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