Html Css Color HEX #DB1816 Harley Davidson Orange

📋 copy color: '#DB1816'

red 219 ◦ green 24 ◦ blue 22

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

Shades of Harley Davidson Orange #DB1816

Tints of Harley Davidson Orange #DB1816

RGB

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

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

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

R = 82.64%
G = 9.06%
B = 8.3%

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

#DB1816 (or 0xDB1816) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 16. RGB value is (219,24,22). Sum of RGB (Red+Green+Blue) = 219+24+22=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1816 is #24E7E9. Grayscale: #525252. Windows color (decimal): -2418666 or 1448155. OLE color: 1448155.

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

Color convert

RGB 219 24 22 -
CMYK 0 0.89 0.90 0.14
HSL 0.61º 0.82% 0.47% -
HSV(B) 0.61º 0.9% 0.86% -
XYZ 29.68 15.77 2.24 -
YUV 82.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 219 24 22 0 0.89 0.90 0.14 0.61 0.82 0.47
Hex DB 18 16 0 59 5A E 1 52 2F
Octal 333 30 26 0 131 132 16 1 122 57
Binary 11011011 11000 10110 0 1011001 1011010 1110 1 1010010 101111

Color Harmonies of #DB1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1816

Black with #DB1816

Text Example


Text Example

White with #DB1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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