Html Css Color HEX #DB3100 Harley Davidson Orange

📋 copy color: '#DB3100'

red 219 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3100

Tints of Harley Davidson Orange #DB3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

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

R = 81.72%
G = 18.28%
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

#DB3100 (or 0xDB3100) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 00. RGB value is (219,49,0). Sum of RGB (Red+Green+Blue) = 219+49+0=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3100 is #24CEFF. Grayscale: #5E5E5E. Windows color (decimal): -2412288 or 12763. OLE color: 12763.

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

Color convert

RGB 219 49 0 -
CMYK 0 0.78 1 0.14
HSL 13.42º 1% 0.43% -
HSV(B) 13.42º 1% 0.86% -
XYZ 30.31 17.26 1.73 -
YUV 94.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 219 49 0 0 0.78 1 0.14 13.42 1 0.43
Hex DB 31 0 0 4E 64 E D 64 2B
Octal 333 61 0 0 116 144 16 15 144 53
Binary 11011011 110001 0 0 1001110 1100100 1110 1101 1100100 101011

Color Harmonies of #DB3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3100

Black with #DB3100

Text Example


Text Example

White with #DB3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3100; }

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

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

background-color css

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

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

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

border-color css

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

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

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