Html Css Color HEX #DB4510 Harley Davidson Orange

📋 copy color: '#DB4510'

red 219 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #DB4510

Tints of Harley Davidson Orange #DB4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 72.04%
G = 22.7%
B = 5.26%

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

#DB4510 (or 0xDB4510) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 10. RGB value is (219,69,16). Sum of RGB (Red+Green+Blue) = 219+69+16=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4510 is #24BAEF. Grayscale: #6C6C6C. Windows color (decimal): -2407152 or 1066459. OLE color: 1066459.

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

Color convert

RGB 219 69 16 -
CMYK 0 0.68 0.93 0.14
HSL 15.67º 0.86% 0.46% -
HSV(B) 15.67º 0.93% 0.86% -
XYZ 31.44 19.35 2.57 -
YUV 107.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 219 69 16 0 0.68 0.93 0.14 15.67 0.86 0.46
Hex DB 45 10 0 44 5D E 10 56 2E
Octal 333 105 20 0 104 135 16 20 126 56
Binary 11011011 1000101 10000 0 1000100 1011101 1110 10000 1010110 101110

Color Harmonies of #DB4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4510

Black with #DB4510

Text Example


Text Example

White with #DB4510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4510; }

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

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

background-color css

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

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

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

border-color css

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

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

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