Html Css Color HEX #DB3010 Harley Davidson Orange

📋 copy color: '#DB3010'

red 219 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #DB3010

Tints of Harley Davidson Orange #DB3010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 77.39%
G = 16.96%
B = 5.65%

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

#DB3010 (or 0xDB3010) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 10. RGB value is (219,48,16). Sum of RGB (Red+Green+Blue) = 219+48+16=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3010 is #24CFEF. Grayscale: #5F5F5F. Windows color (decimal): -2412528 or 1061083. OLE color: 1061083.

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

Color convert

RGB 219 48 16 -
CMYK 0 0.78 0.93 0.14
HSL 9.46º 0.86% 0.46% -
HSV(B) 9.46º 0.93% 0.86% -
XYZ 30.36 17.21 2.21 -
YUV 95.48 83.15 216.1 -
System Red Green Blue C M Y K H S L
Decimal 219 48 16 0 0.78 0.93 0.14 9.46 0.86 0.46
Hex DB 30 10 0 4E 5D E 9 56 2E
Octal 333 60 20 0 116 135 16 11 126 56
Binary 11011011 110000 10000 0 1001110 1011101 1110 1001 1010110 101110

Color Harmonies of #DB3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3010

Black with #DB3010

Text Example


Text Example

White with #DB3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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