Html Css Color HEX #DB2900 Harley Davidson Orange

📋 copy color: '#DB2900'

red 219 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #DB2900

Tints of Harley Davidson Orange #DB2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.23%
G = 15.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB2900 (or 0xDB2900) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 00. RGB value is (219,41,0). Sum of RGB (Red+Green+Blue) = 219+41+0=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2900 is #24D6FF. Grayscale: #595959. Windows color (decimal): -2414336 or 10715. OLE color: 10715.

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

Color convert

RGB 219 41 0 -
CMYK 0 0.81 1 0.14
HSL 11.23º 1% 0.43% -
HSV(B) 11.23º 1% 0.86% -
XYZ 30.01 16.65 1.63 -
YUV 89.55 77.47 220.33 -
System Red Green Blue C M Y K H S L
Decimal 219 41 0 0 0.81 1 0.14 11.23 1 0.43
Hex DB 29 0 0 51 64 E B 64 2B
Octal 333 51 0 0 121 144 16 13 144 53
Binary 11011011 101001 0 0 1010001 1100100 1110 1011 1100100 101011

Color Harmonies of #DB2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2900

Black with #DB2900

Text Example


Text Example

White with #DB2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2900; }

 p { color: rgb(219,41,0); }

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

background-color css

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

 a { background-color: rgb(219,41,0); }

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

border-color css

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

 span { border-color: rgb(219,41,0); }

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