Html Css Color HEX #DB1A16 Harley Davidson Orange

📋 copy color: '#DB1A16'

red 219 ◦ green 26 ◦ blue 22

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

Shades of Harley Davidson Orange #DB1A16

Tints of Harley Davidson Orange #DB1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 82.02%
G = 9.74%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB1A16 (or 0xDB1A16) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 16. RGB value is (219,26,22). Sum of RGB (Red+Green+Blue) = 219+26+22=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A16 is #24E5E9. Grayscale: #535353. Windows color (decimal): -2418154 or 1448667. OLE color: 1448667.

HSL color Cylindrical-coordinate representation of color #DB1A16: hue angle of 1.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1A16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 22 -
CMYK 0 0.88 0.90 0.14
HSL 1.22º 0.82% 0.47% -
HSV(B) 1.22º 0.9% 0.86% -
XYZ 29.73 15.86 2.25 -
YUV 83.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 219 26 22 0 0.88 0.90 0.14 1.22 0.82 0.47
Hex DB 1A 16 0 58 5A E 1 52 2F
Octal 333 32 26 0 130 132 16 1 122 57
Binary 11011011 11010 10110 0 1011000 1011010 1110 1 1010010 101111

Color Harmonies of #DB1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A16

Black with #DB1A16

Text Example


Text Example

White with #DB1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A16; }

 p { color: rgb(219,26,22); }

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

background-color css

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

 a { background-color: rgb(219,26,22); }

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

border-color css

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

 span { border-color: rgb(219,26,22); }

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