Html Css Color HEX #DB1812 Harley Davidson Orange

📋 copy color: '#DB1812'

red 219 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #DB1812

Tints of Harley Davidson Orange #DB1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

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

R = 83.91%
G = 9.2%
B = 6.9%

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

#DB1812 (or 0xDB1812) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 12. RGB value is (219,24,18). Sum of RGB (Red+Green+Blue) = 219+24+18=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1812 is #24E7ED. Grayscale: #515151. Windows color (decimal): -2418670 or 1186011. OLE color: 1186011.

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

Color convert

RGB 219 24 18 -
CMYK 0 0.89 0.92 0.14
HSL 1.79º 0.85% 0.46% -
HSV(B) 1.79º 0.92% 0.86% -
XYZ 29.65 15.76 2.05 -
YUV 81.62 92.1 225.99 -
System Red Green Blue C M Y K H S L
Decimal 219 24 18 0 0.89 0.92 0.14 1.79 0.85 0.46
Hex DB 18 12 0 59 5C E 2 55 2E
Octal 333 30 22 0 131 134 16 2 125 56
Binary 11011011 11000 10010 0 1011001 1011100 1110 10 1010101 101110

Color Harmonies of #DB1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1812

Black with #DB1812

Text Example


Text Example

White with #DB1812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1812; }

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

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

background-color css

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

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

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

border-color css

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

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

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