Html Css Color HEX #DB4117 Harley Davidson Orange

📋 copy color: '#DB4117'

red 219 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #DB4117

Tints of Harley Davidson Orange #DB4117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 71.34%
G = 21.17%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4117 (or 0xDB4117) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 17. RGB value is (219,65,23). Sum of RGB (Red+Green+Blue) = 219+65+23=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4117 is #24BEE8. Grayscale: #6A6A6A. Windows color (decimal): -2408169 or 1524187. OLE color: 1524187.

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

Color convert

RGB 219 65 23 -
CMYK 0 0.70 0.89 0.14
HSL 12.86º 0.81% 0.47% -
HSV(B) 12.86º 0.89% 0.86% -
XYZ 31.26 18.9 2.81 -
YUV 106.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 219 65 23 0 0.70 0.89 0.14 12.86 0.81 0.47
Hex DB 41 17 0 46 59 E D 51 2F
Octal 333 101 27 0 106 131 16 15 121 57
Binary 11011011 1000001 10111 0 1000110 1011001 1110 1101 1010001 101111

Color Harmonies of #DB4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4117

Black with #DB4117

Text Example


Text Example

White with #DB4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4117; }

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

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

background-color css

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

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

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

border-color css

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

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

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