Html Css Color HEX #DB3503 Harley Davidson Orange

📋 copy color: '#DB3503'

red 219 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #DB3503

Tints of Harley Davidson Orange #DB3503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 79.64%
G = 19.27%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB3503 (or 0xDB3503) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 03. RGB value is (219,53,3). Sum of RGB (Red+Green+Blue) = 219+53+3=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3503 is #24CAFC. Grayscale: #616161. Windows color (decimal): -2411261 or 210395. OLE color: 210395.

HSL color Cylindrical-coordinate representation of color #DB3503: hue angle of 13.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB3503 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 3 -
CMYK 0 0.76 0.99 0.14
HSL 13.89º 0.97% 0.44% -
HSV(B) 13.89º 0.99% 0.86% -
XYZ 30.5 17.61 1.88 -
YUV 96.93 75 215.07 -
System Red Green Blue C M Y K H S L
Decimal 219 53 3 0 0.76 0.99 0.14 13.89 0.97 0.44
Hex DB 35 3 0 4C 63 E E 61 2C
Octal 333 65 3 0 114 143 16 16 141 54
Binary 11011011 110101 11 0 1001100 1100011 1110 1110 1100001 101100

Color Harmonies of #DB3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3503

Black with #DB3503

Text Example


Text Example

White with #DB3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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