Html Css Color HEX #DB1E12 Harley Davidson Orange

📋 copy color: '#DB1E12'

red 219 ◦ green 30 ◦ blue 18

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

Shades of Harley Davidson Orange #DB1E12

Tints of Harley Davidson Orange #DB1E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

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

R = 82.02%
G = 11.24%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1E12 (or 0xDB1E12) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 12. RGB value is (219,30,18). Sum of RGB (Red+Green+Blue) = 219+30+18=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1E12 is #24E1ED. Grayscale: #555555. Windows color (decimal): -2417134 or 1187547. OLE color: 1187547.

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

Color convert

RGB 219 30 18 -
CMYK 0 0.86 0.92 0.14
HSL 3.58º 0.85% 0.46% -
HSV(B) 3.58º 0.92% 0.86% -
XYZ 29.79 16.03 2.1 -
YUV 85.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 219 30 18 0 0.86 0.92 0.14 3.58 0.85 0.46
Hex DB 1E 12 0 56 5C E 4 55 2E
Octal 333 36 22 0 126 134 16 4 125 56
Binary 11011011 11110 10010 0 1010110 1011100 1110 100 1010101 101110

Color Harmonies of #DB1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1E12

Black with #DB1E12

Text Example


Text Example

White with #DB1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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