Html Css Color HEX #D93D19 Harley Davidson Orange

📋 copy color: '#D93D19'

red 217 ◦ green 61 ◦ blue 25

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

Shades of Harley Davidson Orange #D93D19

Tints of Harley Davidson Orange #D93D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

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

R = 71.62%
G = 20.13%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93D19 (or 0xD93D19) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 19. RGB value is (217,61,25). Sum of RGB (Red+Green+Blue) = 217+61+25=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D19 is #26C2E6. Grayscale: #676767. Windows color (decimal): -2540263 or 1654233. OLE color: 1654233.

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

Color convert

RGB 217 61 25 -
CMYK 0 0.72 0.88 0.15
HSL 11.25º 0.79% 0.47% -
HSV(B) 11.25º 0.88% 0.85% -
XYZ 30.46 18.16 2.82 -
YUV 103.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 217 61 25 0 0.72 0.88 0.15 11.25 0.79 0.47
Hex D9 3D 19 0 48 58 F B 4F 2F
Octal 331 75 31 0 110 130 17 13 117 57
Binary 11011001 111101 11001 0 1001000 1011000 1111 1011 1001111 101111

Color Harmonies of #D93D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D19

Black with #D93D19

Text Example


Text Example

White with #D93D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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