Html Css Color HEX #DB300F Harley Davidson Orange

📋 copy color: '#DB300F'

red 219 ◦ green 48 ◦ blue 15

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

Shades of Harley Davidson Orange #DB300F

Tints of Harley Davidson Orange #DB300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 77.66%
G = 17.02%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB300F (or 0xDB300F) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 0F. RGB value is (219,48,15). Sum of RGB (Red+Green+Blue) = 219+48+15=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB300F is #24CFF0. Grayscale: #5F5F5F. Windows color (decimal): -2412529 or 995547. OLE color: 995547.

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

Color convert

RGB 219 48 15 -
CMYK 0 0.78 0.93 0.14
HSL 9.71º 0.87% 0.46% -
HSV(B) 9.71º 0.93% 0.86% -
XYZ 30.36 17.21 2.17 -
YUV 95.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 219 48 15 0 0.78 0.93 0.14 9.71 0.87 0.46
Hex DB 30 F 0 4E 5D E A 57 2E
Octal 333 60 17 0 116 135 16 12 127 56
Binary 11011011 110000 1111 0 1001110 1011101 1110 1010 1010111 101110

Color Harmonies of #DB300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB300F

Black with #DB300F

Text Example


Text Example

White with #DB300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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