Html Css Color HEX #DB3016 Harley Davidson Orange

📋 copy color: '#DB3016'

red 219 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3016

Tints of Harley Davidson Orange #DB3016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 75.78%
G = 16.61%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3016 (or 0xDB3016) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 16. RGB value is (219,48,22). Sum of RGB (Red+Green+Blue) = 219+48+22=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3016 is #24CFE9. Grayscale: #606060. Windows color (decimal): -2412522 or 1454299. OLE color: 1454299.

HSL color Cylindrical-coordinate representation of color #DB3016: hue angle of 7.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3016 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 22 -
CMYK 0 0.78 0.90 0.14
HSL 7.92º 0.82% 0.47% -
HSV(B) 7.92º 0.9% 0.86% -
XYZ 30.42 17.23 2.48 -
YUV 96.17 86.15 215.61 -
System Red Green Blue C M Y K H S L
Decimal 219 48 22 0 0.78 0.90 0.14 7.92 0.82 0.47
Hex DB 30 16 0 4E 5A E 8 52 2F
Octal 333 60 26 0 116 132 16 10 122 57
Binary 11011011 110000 10110 0 1001110 1011010 1110 1000 1010010 101111

Color Harmonies of #DB3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3016

Black with #DB3016

Text Example


Text Example

White with #DB3016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3016; }

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

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

background-color css

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

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

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

border-color css

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

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

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