Html Css Color HEX #DB170E Harley Davidson Orange

📋 copy color: '#DB170E'

red 219 ◦ green 23 ◦ blue 14

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

Shades of Harley Davidson Orange #DB170E

Tints of Harley Davidson Orange #DB170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 85.55%
G = 8.98%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB170E (or 0xDB170E) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 0E. RGB value is (219,23,14). Sum of RGB (Red+Green+Blue) = 219+23+14=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB170E is #24E8F1. Grayscale: #505050. Windows color (decimal): -2418930 or 923611. OLE color: 923611.

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

Color convert

RGB 219 23 14 -
CMYK 0 0.89 0.94 0.14
HSL 2.63º 0.88% 0.46% -
HSV(B) 2.63º 0.94% 0.86% -
XYZ 29.6 15.7 1.89 -
YUV 80.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 219 23 14 0 0.89 0.94 0.14 2.63 0.88 0.46
Hex DB 17 E 0 59 5E E 3 58 2E
Octal 333 27 16 0 131 136 16 3 130 56
Binary 11011011 10111 1110 0 1011001 1011110 1110 11 1011000 101110

Color Harmonies of #DB170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB170E

Black with #DB170E

Text Example


Text Example

White with #DB170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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