Html Css Color HEX #DB1D16 Harley Davidson Orange

📋 copy color: '#DB1D16'

red 219 ◦ green 29 ◦ blue 22

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

Shades of Harley Davidson Orange #DB1D16

Tints of Harley Davidson Orange #DB1D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

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

R = 81.11%
G = 10.74%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB1D16 (or 0xDB1D16) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 16. RGB value is (219,29,22). Sum of RGB (Red+Green+Blue) = 219+29+22=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1D16 is #24E2E9. Grayscale: #555555. Windows color (decimal): -2417386 or 1449435. OLE color: 1449435.

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

Color convert

RGB 219 29 22 -
CMYK 0 0.87 0.90 0.14
HSL 2.13º 0.82% 0.47% -
HSV(B) 2.13º 0.9% 0.86% -
XYZ 29.8 16 2.28 -
YUV 85.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 219 29 22 0 0.87 0.90 0.14 2.13 0.82 0.47
Hex DB 1D 16 0 57 5A E 2 52 2F
Octal 333 35 26 0 127 132 16 2 122 57
Binary 11011011 11101 10110 0 1010111 1011010 1110 10 1010010 101111

Color Harmonies of #DB1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D16

Black with #DB1D16

Text Example


Text Example

White with #DB1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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