Html Css Color HEX #D93919 Harley Davidson Orange

📋 copy color: '#D93919'

red 217 ◦ green 57 ◦ blue 25

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

Shades of Harley Davidson Orange #D93919

Tints of Harley Davidson Orange #D93919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 72.58%
G = 19.06%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93919 (or 0xD93919) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 19. RGB value is (217,57,25). Sum of RGB (Red+Green+Blue) = 217+57+25=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D93919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93919 is #26C6E6. Grayscale: #656565. Windows color (decimal): -2541287 or 1653209. OLE color: 1653209.

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

Color convert

RGB 217 57 25 -
CMYK 0 0.74 0.88 0.15
HSL 10º 0.79% 0.47% -
HSV(B) 10º 0.88% 0.85% -
XYZ 30.25 17.75 2.75 -
YUV 101.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 217 57 25 0 0.74 0.88 0.15 10 0.79 0.47
Hex D9 39 19 0 4A 58 F A 4F 2F
Octal 331 71 31 0 112 130 17 12 117 57
Binary 11011001 111001 11001 0 1001010 1011000 1111 1010 1001111 101111

Color Harmonies of #D93919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93919

Black with #D93919

Text Example


Text Example

White with #D93919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93919; }

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

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

background-color css

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

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

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

border-color css

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

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

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