Html Css Color HEX #DB4512 Harley Davidson Orange

📋 copy color: '#DB4512'

red 219 ◦ green 69 ◦ blue 18

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

Shades of Harley Davidson Orange #DB4512

Tints of Harley Davidson Orange #DB4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 71.57%
G = 22.55%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB4512 (or 0xDB4512) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 12. RGB value is (219,69,18). Sum of RGB (Red+Green+Blue) = 219+69+18=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4512 is #24BAED. Grayscale: #6C6C6C. Windows color (decimal): -2407150 or 1197531. OLE color: 1197531.

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

Color convert

RGB 219 69 18 -
CMYK 0 0.68 0.92 0.14
HSL 15.22º 0.85% 0.46% -
HSV(B) 15.22º 0.92% 0.86% -
XYZ 31.45 19.36 2.65 -
YUV 108.04 77.2 207.15 -
System Red Green Blue C M Y K H S L
Decimal 219 69 18 0 0.68 0.92 0.14 15.22 0.85 0.46
Hex DB 45 12 0 44 5C E F 55 2E
Octal 333 105 22 0 104 134 16 17 125 56
Binary 11011011 1000101 10010 0 1000100 1011100 1110 1111 1010101 101110

Color Harmonies of #DB4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4512

Black with #DB4512

Text Example


Text Example

White with #DB4512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4512; }

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

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

background-color css

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

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

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

border-color css

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

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

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