Html Css Color HEX #DB3510 Harley Davidson Orange

📋 copy color: '#DB3510'

red 219 ◦ green 53 ◦ blue 16

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

Shades of Harley Davidson Orange #DB3510

Tints of Harley Davidson Orange #DB3510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 76.04%
G = 18.4%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB3510 (or 0xDB3510) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 10. RGB value is (219,53,16). Sum of RGB (Red+Green+Blue) = 219+53+16=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3510 is #24CAEF. Grayscale: #626262. Windows color (decimal): -2411248 or 1062363. OLE color: 1062363.

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

Color convert

RGB 219 53 16 -
CMYK 0 0.76 0.93 0.14
HSL 10.94º 0.86% 0.46% -
HSV(B) 10.94º 0.93% 0.86% -
XYZ 30.58 17.64 2.28 -
YUV 98.42 81.5 214.01 -
System Red Green Blue C M Y K H S L
Decimal 219 53 16 0 0.76 0.93 0.14 10.94 0.86 0.46
Hex DB 35 10 0 4C 5D E B 56 2E
Octal 333 65 20 0 114 135 16 13 126 56
Binary 11011011 110101 10000 0 1001100 1011101 1110 1011 1010110 101110

Color Harmonies of #DB3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3510

Black with #DB3510

Text Example


Text Example

White with #DB3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3510; }

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

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

background-color css

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

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

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

border-color css

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

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

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