Html Css Color HEX #DB1713 Harley Davidson Orange

📋 copy color: '#DB1713'

red 219 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #DB1713

Tints of Harley Davidson Orange #DB1713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 83.91%
G = 8.81%
B = 7.28%

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

#DB1713 (or 0xDB1713) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 13. RGB value is (219,23,19). Sum of RGB (Red+Green+Blue) = 219+23+19=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1713 is #24E8EC. Grayscale: #515151. Windows color (decimal): -2418925 or 1251291. OLE color: 1251291.

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

Color convert

RGB 219 23 19 -
CMYK 0 0.89 0.91 0.14
HSL 1.2º 0.84% 0.47% -
HSV(B) 1.2º 0.91% 0.86% -
XYZ 29.64 15.72 2.09 -
YUV 81.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 219 23 19 0 0.89 0.91 0.14 1.2 0.84 0.47
Hex DB 17 13 0 59 5B E 1 54 2F
Octal 333 27 23 0 131 133 16 1 124 57
Binary 11011011 10111 10011 0 1011001 1011011 1110 1 1010100 101111

Color Harmonies of #DB1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1713

Black with #DB1713

Text Example


Text Example

White with #DB1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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