Html Css Color HEX #DB4610 Harley Davidson Orange

📋 copy color: '#DB4610'

red 219 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #DB4610

Tints of Harley Davidson Orange #DB4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 71.8%
G = 22.95%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB4610 (or 0xDB4610) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 10. RGB value is (219,70,16). Sum of RGB (Red+Green+Blue) = 219+70+16=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4610 is #24B9EF. Grayscale: #6C6C6C. Windows color (decimal): -2406896 or 1066715. OLE color: 1066715.

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

Color convert

RGB 219 70 16 -
CMYK 0 0.68 0.93 0.14
HSL 15.96º 0.86% 0.46% -
HSV(B) 15.96º 0.93% 0.86% -
XYZ 31.5 19.48 2.59 -
YUV 108.4 75.86 206.89 -
System Red Green Blue C M Y K H S L
Decimal 219 70 16 0 0.68 0.93 0.14 15.96 0.86 0.46
Hex DB 46 10 0 44 5D E 10 56 2E
Octal 333 106 20 0 104 135 16 20 126 56
Binary 11011011 1000110 10000 0 1000100 1011101 1110 10000 1010110 101110

Color Harmonies of #DB4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4610

Black with #DB4610

Text Example


Text Example

White with #DB4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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