Html Css Color HEX #DB4012 Harley Davidson Orange

📋 copy color: '#DB4012'

red 219 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #DB4012

Tints of Harley Davidson Orange #DB4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 72.76%
G = 21.26%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB4012 (or 0xDB4012) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 12. RGB value is (219,64,18). Sum of RGB (Red+Green+Blue) = 219+64+18=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4012 is #24BFED. Grayscale: #696969. Windows color (decimal): -2408430 or 1196251. OLE color: 1196251.

HSL color Cylindrical-coordinate representation of color #DB4012: hue angle of 13.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB4012 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 18 -
CMYK 0 0.71 0.92 0.14
HSL 13.73º 0.85% 0.46% -
HSV(B) 13.73º 0.92% 0.86% -
XYZ 31.16 18.77 2.55 -
YUV 105.1 78.85 209.24 -
System Red Green Blue C M Y K H S L
Decimal 219 64 18 0 0.71 0.92 0.14 13.73 0.85 0.46
Hex DB 40 12 0 47 5C E E 55 2E
Octal 333 100 22 0 107 134 16 16 125 56
Binary 11011011 1000000 10010 0 1000111 1011100 1110 1110 1010101 101110

Color Harmonies of #DB4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4012

Black with #DB4012

Text Example


Text Example

White with #DB4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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