Html Css Color HEX #DB3F17 Harley Davidson Orange

📋 copy color: '#DB3F17'

red 219 ◦ green 63 ◦ blue 23

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

Shades of Harley Davidson Orange #DB3F17

Tints of Harley Davidson Orange #DB3F17

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

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

R = 71.8%
G = 20.66%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3F17 (or 0xDB3F17) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 17. RGB value is (219,63,23). Sum of RGB (Red+Green+Blue) = 219+63+23=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F17 is #24C0E8. Grayscale: #696969. Windows color (decimal): -2408681 or 1523675. OLE color: 1523675.

HSL color Cylindrical-coordinate representation of color #DB3F17: hue angle of 12.24º 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 #DB3F17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 63 23 -
CMYK 0 0.71 0.89 0.14
HSL 12.24º 0.81% 0.47% -
HSV(B) 12.24º 0.89% 0.86% -
XYZ 31.15 18.68 2.77 -
YUV 105.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 219 63 23 0 0.71 0.89 0.14 12.24 0.81 0.47
Hex DB 3F 17 0 47 59 E C 51 2F
Octal 333 77 27 0 107 131 16 14 121 57
Binary 11011011 111111 10111 0 1000111 1011001 1110 1100 1010001 101111

Color Harmonies of #DB3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F17

Black with #DB3F17

Text Example


Text Example

White with #DB3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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