Html Css Color HEX #D93B19 Harley Davidson Orange

📋 copy color: '#D93B19'

red 217 ◦ green 59 ◦ blue 25

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

Shades of Harley Davidson Orange #D93B19

Tints of Harley Davidson Orange #D93B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 72.09%
G = 19.6%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93B19 (or 0xD93B19) is known color: Harley Davidson Orange. HEX triplet: D9, 3B and 19. RGB value is (217,59,25). Sum of RGB (Red+Green+Blue) = 217+59+25=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93B19 is #26C4E6. Grayscale: #666666. Windows color (decimal): -2540775 or 1653721. OLE color: 1653721.

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

Color convert

RGB 217 59 25 -
CMYK 0 0.73 0.88 0.15
HSL 10.63º 0.79% 0.47% -
HSV(B) 10.63º 0.88% 0.85% -
XYZ 30.35 17.95 2.78 -
YUV 102.37 84.35 209.76 -
System Red Green Blue C M Y K H S L
Decimal 217 59 25 0 0.73 0.88 0.15 10.63 0.79 0.47
Hex D9 3B 19 0 49 58 F B 4F 2F
Octal 331 73 31 0 111 130 17 13 117 57
Binary 11011001 111011 11001 0 1001001 1011000 1111 1011 1001111 101111

Color Harmonies of #D93B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B19

Black with #D93B19

Text Example


Text Example

White with #D93B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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