Html Css Color HEX #DB4015 Harley Davidson Orange

📋 copy color: '#DB4015'

red 219 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #DB4015

Tints of Harley Davidson Orange #DB4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

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

R = 72.04%
G = 21.05%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4015 (or 0xDB4015) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 15. RGB value is (219,64,21). Sum of RGB (Red+Green+Blue) = 219+64+21=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4015 is #24BFEA. Grayscale: #696969. Windows color (decimal): -2408427 or 1392859. OLE color: 1392859.

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

Color convert

RGB 219 64 21 -
CMYK 0 0.71 0.90 0.14
HSL 13.03º 0.83% 0.47% -
HSV(B) 13.03º 0.9% 0.86% -
XYZ 31.18 18.78 2.69 -
YUV 105.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 219 64 21 0 0.71 0.90 0.14 13.03 0.83 0.47
Hex DB 40 15 0 47 5A E D 52 2F
Octal 333 100 25 0 107 132 16 15 122 57
Binary 11011011 1000000 10101 0 1000111 1011010 1110 1101 1010010 101111

Color Harmonies of #DB4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4015

Black with #DB4015

Text Example


Text Example

White with #DB4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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