Html Css Color HEX #DB3115 Harley Davidson Orange

📋 copy color: '#DB3115'

red 219 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #DB3115

Tints of Harley Davidson Orange #DB3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 75.78%
G = 16.96%
B = 7.27%

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

#DB3115 (or 0xDB3115) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 15. RGB value is (219,49,21). Sum of RGB (Red+Green+Blue) = 219+49+21=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3115 is #24CEEA. Grayscale: #606060. Windows color (decimal): -2412267 or 1389019. OLE color: 1389019.

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

Color convert

RGB 219 49 21 -
CMYK 0 0.78 0.90 0.14
HSL 8.48º 0.83% 0.47% -
HSV(B) 8.48º 0.9% 0.86% -
XYZ 30.45 17.31 2.45 -
YUV 96.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 219 49 21 0 0.78 0.90 0.14 8.48 0.83 0.47
Hex DB 31 15 0 4E 5A E 8 52 2F
Octal 333 61 25 0 116 132 16 10 122 57
Binary 11011011 110001 10101 0 1001110 1011010 1110 1000 1010010 101111

Color Harmonies of #DB3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3115

Black with #DB3115

Text Example


Text Example

White with #DB3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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