Html Css Color HEX #DB3108 Harley Davidson Orange

📋 copy color: '#DB3108'

red 219 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #DB3108

Tints of Harley Davidson Orange #DB3108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 79.35%
G = 17.75%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB3108 (or 0xDB3108) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 08. RGB value is (219,49,8). Sum of RGB (Red+Green+Blue) = 219+49+8=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3108 is #24CEF7. Grayscale: #5F5F5F. Windows color (decimal): -2412280 or 537051. OLE color: 537051.

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

Color convert

RGB 219 49 8 -
CMYK 0 0.78 0.96 0.14
HSL 11.66º 0.93% 0.45% -
HSV(B) 11.66º 0.96% 0.86% -
XYZ 30.36 17.27 1.96 -
YUV 95.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 219 49 8 0 0.78 0.96 0.14 11.66 0.93 0.45
Hex DB 31 8 0 4E 60 E C 5D 2D
Octal 333 61 10 0 116 140 16 14 135 55
Binary 11011011 110001 1000 0 1001110 1100000 1110 1100 1011101 101101

Color Harmonies of #DB3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3108

Black with #DB3108

Text Example


Text Example

White with #DB3108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3108; }

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

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

background-color css

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

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

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

border-color css

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

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

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