Html Css Color HEX #DB1806 Harley Davidson Orange

📋 copy color: '#DB1806'

red 219 ◦ green 24 ◦ blue 6

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

Shades of Harley Davidson Orange #DB1806

Tints of Harley Davidson Orange #DB1806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 87.95%
G = 9.64%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB1806 (or 0xDB1806) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 06. RGB value is (219,24,6). Sum of RGB (Red+Green+Blue) = 219+24+6=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1806 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1806 is #24E7F9. Grayscale: #505050. Windows color (decimal): -2418682 or 399579. OLE color: 399579.

HSL color Cylindrical-coordinate representation of color #DB1806: hue angle of 5.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB1806 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 6 -
CMYK 0 0.89 0.97 0.14
HSL 5.07º 0.95% 0.44% -
HSV(B) 5.07º 0.97% 0.86% -
XYZ 29.57 15.73 1.65 -
YUV 80.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 219 24 6 0 0.89 0.97 0.14 5.07 0.95 0.44
Hex DB 18 6 0 59 61 E 5 5F 2C
Octal 333 30 6 0 131 141 16 5 137 54
Binary 11011011 11000 110 0 1011001 1100001 1110 101 1011111 101100

Color Harmonies of #DB1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1806

Black with #DB1806

Text Example


Text Example

White with #DB1806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1806; }

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

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

background-color css

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

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

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

border-color css

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

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

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