Html Css Color HEX #DB3000 Harley Davidson Orange

📋 copy color: '#DB3000'

red 219 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3000

Tints of Harley Davidson Orange #DB3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.98%

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

R = 82.02%
G = 17.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3000 (or 0xDB3000) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 00. RGB value is (219,48,0). Sum of RGB (Red+Green+Blue) = 219+48+0=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3000 is #24CFFF. Grayscale: #5E5E5E. Windows color (decimal): -2412544 or 12507. OLE color: 12507.

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

Color convert

RGB 219 48 0 -
CMYK 0 0.78 1 0.14
HSL 13.15º 1% 0.43% -
HSV(B) 13.15º 1% 0.86% -
XYZ 30.27 17.17 1.72 -
YUV 93.66 75.15 217.4 -
System Red Green Blue C M Y K H S L
Decimal 219 48 0 0 0.78 1 0.14 13.15 1 0.43
Hex DB 30 0 0 4E 64 E D 64 2B
Octal 333 60 0 0 116 144 16 15 144 53
Binary 11011011 110000 0 0 1001110 1100100 1110 1101 1100100 101011

Color Harmonies of #DB3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3000

Black with #DB3000

Text Example


Text Example

White with #DB3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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