Html Css Color HEX #DB190D Harley Davidson Orange

📋 copy color: '#DB190D'

red 219 ◦ green 25 ◦ blue 13

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

Shades of Harley Davidson Orange #DB190D

Tints of Harley Davidson Orange #DB190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 85.21%
G = 9.73%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB190D (or 0xDB190D) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 0D. RGB value is (219,25,13). Sum of RGB (Red+Green+Blue) = 219+25+13=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB190D is #24E6F2. Grayscale: #515151. Windows color (decimal): -2418419 or 858587. OLE color: 858587.

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

Color convert

RGB 219 25 13 -
CMYK 0 0.89 0.94 0.14
HSL 3.5º 0.89% 0.45% -
HSV(B) 3.5º 0.94% 0.86% -
XYZ 29.63 15.78 1.87 -
YUV 81.64 89.27 225.98 -
System Red Green Blue C M Y K H S L
Decimal 219 25 13 0 0.89 0.94 0.14 3.5 0.89 0.45
Hex DB 19 D 0 59 5E E 3 59 2D
Octal 333 31 15 0 131 136 16 3 131 55
Binary 11011011 11001 1101 0 1011001 1011110 1110 11 1011001 101101

Color Harmonies of #DB190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB190D

Black with #DB190D

Text Example


Text Example

White with #DB190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB190D; }

 p { color: rgb(219,25,13); }

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

background-color css

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

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

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

border-color css

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

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

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