Html Css Color HEX #DB1909 Harley Davidson Orange

📋 copy color: '#DB1909'

red 219 ◦ green 25 ◦ blue 9

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

Shades of Harley Davidson Orange #DB1909

Tints of Harley Davidson Orange #DB1909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 86.56%
G = 9.88%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB1909 (or 0xDB1909) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 09. RGB value is (219,25,9). Sum of RGB (Red+Green+Blue) = 219+25+9=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1909 is #24E6F6. Grayscale: #515151. Windows color (decimal): -2418423 or 596443. OLE color: 596443.

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

Color convert

RGB 219 25 9 -
CMYK 0 0.89 0.96 0.14
HSL 4.57º 0.92% 0.45% -
HSV(B) 4.57º 0.96% 0.86% -
XYZ 29.61 15.78 1.74 -
YUV 81.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 219 25 9 0 0.89 0.96 0.14 4.57 0.92 0.45
Hex DB 19 9 0 59 60 E 5 5C 2D
Octal 333 31 11 0 131 140 16 5 134 55
Binary 11011011 11001 1001 0 1011001 1100000 1110 101 1011100 101101

Color Harmonies of #DB1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1909

Black with #DB1909

Text Example


Text Example

White with #DB1909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1909; }

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

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

background-color css

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

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

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

border-color css

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

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

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