Html Css Color HEX #DB4010 Harley Davidson Orange

📋 copy color: '#DB4010'

red 219 ◦ green 64 ◦ blue 16

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

Shades of Harley Davidson Orange #DB4010

Tints of Harley Davidson Orange #DB4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 73.24%
G = 21.4%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB4010 (or 0xDB4010) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 10. RGB value is (219,64,16). Sum of RGB (Red+Green+Blue) = 219+64+16=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4010 is #24BFEF. Grayscale: #696969. Windows color (decimal): -2408432 or 1065179. OLE color: 1065179.

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

Color convert

RGB 219 64 16 -
CMYK 0 0.71 0.93 0.14
HSL 14.19º 0.86% 0.46% -
HSV(B) 14.19º 0.93% 0.86% -
XYZ 31.14 18.76 2.47 -
YUV 104.87 77.85 209.4 -
System Red Green Blue C M Y K H S L
Decimal 219 64 16 0 0.71 0.93 0.14 14.19 0.86 0.46
Hex DB 40 10 0 47 5D E E 56 2E
Octal 333 100 20 0 107 135 16 16 126 56
Binary 11011011 1000000 10000 0 1000111 1011101 1110 1110 1010110 101110

Color Harmonies of #DB4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4010

Black with #DB4010

Text Example


Text Example

White with #DB4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4010; }

 p { color: rgb(219,64,16); }

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

background-color css

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

 a { background-color: rgb(219,64,16); }

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

border-color css

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

 span { border-color: rgb(219,64,16); }

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