Html Css Color HEX #DB3A17 Harley Davidson Orange

📋 copy color: '#DB3A17'

red 219 ◦ green 58 ◦ blue 23

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

Shades of Harley Davidson Orange #DB3A17

Tints of Harley Davidson Orange #DB3A17

RGB

 RED value IS 219 (85.94% from 255) = 73%

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 73%
G = 19.33%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3A17 (or 0xDB3A17) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 17. RGB value is (219,58,23). Sum of RGB (Red+Green+Blue) = 219+58+23=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A17 is #24C5E8. Grayscale: #666666. Windows color (decimal): -2409961 or 1522395. OLE color: 1522395.

HSL color Cylindrical-coordinate representation of color #DB3A17: hue angle of 10.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB3A17 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 23 -
CMYK 0 0.74 0.89 0.14
HSL 10.71º 0.81% 0.47% -
HSV(B) 10.71º 0.89% 0.86% -
XYZ 30.88 18.15 2.69 -
YUV 102.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 219 58 23 0 0.74 0.89 0.14 10.71 0.81 0.47
Hex DB 3A 17 0 4A 59 E B 51 2F
Octal 333 72 27 0 112 131 16 13 121 57
Binary 11011011 111010 10111 0 1001010 1011001 1110 1011 1010001 101111

Color Harmonies of #DB3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A17

Black with #DB3A17

Text Example


Text Example

White with #DB3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A17; }

 p { color: rgb(219,58,23); }

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

background-color css

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

 a { background-color: rgb(219,58,23); }

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

border-color css

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

 span { border-color: rgb(219,58,23); }

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