Html Css Color HEX #DB1912 Harley Davidson Orange

📋 copy color: '#DB1912'

red 219 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #DB1912

Tints of Harley Davidson Orange #DB1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 83.59%
G = 9.54%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1912 (or 0xDB1912) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 12. RGB value is (219,25,18). Sum of RGB (Red+Green+Blue) = 219+25+18=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1912 is #24E6ED. Grayscale: #525252. Windows color (decimal): -2418414 or 1186267. OLE color: 1186267.

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

Color convert

RGB 219 25 18 -
CMYK 0 0.89 0.92 0.14
HSL 2.09º 0.85% 0.46% -
HSV(B) 2.09º 0.92% 0.86% -
XYZ 29.67 15.8 2.06 -
YUV 82.21 91.77 225.57 -
System Red Green Blue C M Y K H S L
Decimal 219 25 18 0 0.89 0.92 0.14 2.09 0.85 0.46
Hex DB 19 12 0 59 5C E 2 55 2E
Octal 333 31 22 0 131 134 16 2 125 56
Binary 11011011 11001 10010 0 1011001 1011100 1110 10 1010101 101110

Color Harmonies of #DB1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1912

Black with #DB1912

Text Example


Text Example

White with #DB1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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