Html Css Color HEX #DB1716 Harley Davidson Orange

📋 copy color: '#DB1716'

red 219 ◦ green 23 ◦ blue 22

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

Shades of Harley Davidson Orange #DB1716

Tints of Harley Davidson Orange #DB1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 82.95%
G = 8.71%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB1716 (or 0xDB1716) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 16. RGB value is (219,23,22). Sum of RGB (Red+Green+Blue) = 219+23+22=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1716 is #24E8E9. Grayscale: #515151. Windows color (decimal): -2418922 or 1447899. OLE color: 1447899.

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

Color convert

RGB 219 23 22 -
CMYK 0 0.89 0.90 0.14
HSL 0.3º 0.82% 0.47% -
HSV(B) 0.3º 0.9% 0.86% -
XYZ 29.66 15.73 2.23 -
YUV 81.49 94.43 226.08 -
System Red Green Blue C M Y K H S L
Decimal 219 23 22 0 0.89 0.90 0.14 0.3 0.82 0.47
Hex DB 17 16 0 59 5A E 0 52 2F
Octal 333 27 26 0 131 132 16 0 122 57
Binary 11011011 10111 10110 0 1011001 1011010 1110 0 1010010 101111

Color Harmonies of #DB1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1716

Black with #DB1716

Text Example


Text Example

White with #DB1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1716; }

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

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

background-color css

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

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

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

border-color css

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

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

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