Html Css Color HEX #DB1616 Harley Davidson Orange

📋 copy color: '#DB1616'

red 219 ◦ green 22 ◦ blue 22

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

Shades of Harley Davidson Orange #DB1616

Tints of Harley Davidson Orange #DB1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

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

R = 83.27%
G = 8.37%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB1616 (or 0xDB1616) is known color: Harley Davidson Orange. HEX triplet: DB, 16 and 16. RGB value is (219,22,22). Sum of RGB (Red+Green+Blue) = 219+22+22=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1616 is #24E9E9. Grayscale: #515151. Windows color (decimal): -2419178 or 1447643. OLE color: 1447643.

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

Color convert

RGB 219 22 22 -
CMYK 0 0.90 0.90 0.14
HSL 0.82% 0.47% -
HSV(B) 0.9% 0.86% -
XYZ 29.65 15.69 2.23 -
YUV 80.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 219 22 22 0 0.90 0.90 0.14 0 0.82 0.47
Hex DB 16 16 0 5A 5A E 0 52 2F
Octal 333 26 26 0 132 132 16 0 122 57
Binary 11011011 10110 10110 0 1011010 1011010 1110 0 1010010 101111

Color Harmonies of #DB1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1616

Black with #DB1616

Text Example


Text Example

White with #DB1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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