Html Css Color HEX #DB300E Harley Davidson Orange

📋 copy color: '#DB300E'

red 219 ◦ green 48 ◦ blue 14

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

Shades of Harley Davidson Orange #DB300E

Tints of Harley Davidson Orange #DB300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 77.94%
G = 17.08%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB300E (or 0xDB300E) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 0E. RGB value is (219,48,14). Sum of RGB (Red+Green+Blue) = 219+48+14=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB300E is #24CFF1. Grayscale: #5F5F5F. Windows color (decimal): -2412530 or 930011. OLE color: 930011.

HSL color Cylindrical-coordinate representation of color #DB300E: hue angle of 9.95º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB300E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 14 -
CMYK 0 0.78 0.94 0.14
HSL 9.95º 0.88% 0.46% -
HSV(B) 9.95º 0.94% 0.86% -
XYZ 30.35 17.21 2.14 -
YUV 95.25 82.15 216.26 -
System Red Green Blue C M Y K H S L
Decimal 219 48 14 0 0.78 0.94 0.14 9.95 0.88 0.46
Hex DB 30 E 0 4E 5E E A 58 2E
Octal 333 60 16 0 116 136 16 12 130 56
Binary 11011011 110000 1110 0 1001110 1011110 1110 1010 1011000 101110

Color Harmonies of #DB300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB300E

Black with #DB300E

Text Example


Text Example

White with #DB300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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