Html Css Color HEX #DB3500 Harley Davidson Orange

📋 copy color: '#DB3500'

red 219 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3500

Tints of Harley Davidson Orange #DB3500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.51%
G = 19.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3500 (or 0xDB3500) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 00. RGB value is (219,53,0). Sum of RGB (Red+Green+Blue) = 219+53+0=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3500 is #24CAFF. Grayscale: #606060. Windows color (decimal): -2411264 or 13787. OLE color: 13787.

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

Color convert

RGB 219 53 0 -
CMYK 0 0.76 1 0.14
HSL 14.52º 1% 0.43% -
HSV(B) 14.52º 1% 0.86% -
XYZ 30.49 17.61 1.79 -
YUV 96.59 73.5 215.31 -
System Red Green Blue C M Y K H S L
Decimal 219 53 0 0 0.76 1 0.14 14.52 1 0.43
Hex DB 35 0 0 4C 64 E F 64 2B
Octal 333 65 0 0 114 144 16 17 144 53
Binary 11011011 110101 0 0 1001100 1100100 1110 1111 1100100 101011

Color Harmonies of #DB3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3500

Black with #DB3500

Text Example


Text Example

White with #DB3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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