Html Css Color HEX #DB1E13 Harley Davidson Orange

📋 copy color: '#DB1E13'

red 219 ◦ green 30 ◦ blue 19

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

Shades of Harley Davidson Orange #DB1E13

Tints of Harley Davidson Orange #DB1E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

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

R = 81.72%
G = 11.19%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1E13 (or 0xDB1E13) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 13. RGB value is (219,30,19). Sum of RGB (Red+Green+Blue) = 219+30+19=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1E13 is #24E1EC. Grayscale: #555555. Windows color (decimal): -2417133 or 1253083. OLE color: 1253083.

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

Color convert

RGB 219 30 19 -
CMYK 0 0.86 0.91 0.14
HSL 3.3º 0.84% 0.47% -
HSV(B) 3.3º 0.91% 0.86% -
XYZ 29.8 16.04 2.14 -
YUV 85.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 219 30 19 0 0.86 0.91 0.14 3.3 0.84 0.47
Hex DB 1E 13 0 56 5B E 3 54 2F
Octal 333 36 23 0 126 133 16 3 124 57
Binary 11011011 11110 10011 0 1010110 1011011 1110 11 1010100 101111

Color Harmonies of #DB1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1E13

Black with #DB1E13

Text Example


Text Example

White with #DB1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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