Html Css Color HEX #DB1814 Harley Davidson Orange

📋 copy color: '#DB1814'

red 219 ◦ green 24 ◦ blue 20

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

Shades of Harley Davidson Orange #DB1814

Tints of Harley Davidson Orange #DB1814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 83.27%
G = 9.13%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1814 (or 0xDB1814) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 14. RGB value is (219,24,20). Sum of RGB (Red+Green+Blue) = 219+24+20=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1814 is #24E7EB. Grayscale: #525252. Windows color (decimal): -2418668 or 1317083. OLE color: 1317083.

HSL color Cylindrical-coordinate representation of color #DB1814: hue angle of 1.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1814 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 20 -
CMYK 0 0.89 0.91 0.14
HSL 1.21º 0.83% 0.47% -
HSV(B) 1.21º 0.91% 0.86% -
XYZ 29.67 15.76 2.14 -
YUV 81.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 219 24 20 0 0.89 0.91 0.14 1.21 0.83 0.47
Hex DB 18 14 0 59 5B E 1 53 2F
Octal 333 30 24 0 131 133 16 1 123 57
Binary 11011011 11000 10100 0 1011001 1011011 1110 1 1010011 101111

Color Harmonies of #DB1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1814

Black with #DB1814

Text Example


Text Example

White with #DB1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1814; }

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

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

background-color css

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

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

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

border-color css

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

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

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