Html Css Color HEX #DB2600 Harley Davidson Orange

📋 copy color: '#DB2600'

red 219 ◦ green 38 ◦ blue 0

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

Shades of Harley Davidson Orange #DB2600

Tints of Harley Davidson Orange #DB2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

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

R = 85.21%
G = 14.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB2600 (or 0xDB2600) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 00. RGB value is (219,38,0). Sum of RGB (Red+Green+Blue) = 219+38+0=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2600 is #24D9FF. Grayscale: #585858. Windows color (decimal): -2415104 or 9947. OLE color: 9947.

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

Color convert

RGB 219 38 0 -
CMYK 0 0.83 1 0.14
HSL 10.41º 1% 0.43% -
HSV(B) 10.41º 1% 0.86% -
XYZ 29.91 16.45 1.6 -
YUV 87.79 78.47 221.59 -
System Red Green Blue C M Y K H S L
Decimal 219 38 0 0 0.83 1 0.14 10.41 1 0.43
Hex DB 26 0 0 53 64 E A 64 2B
Octal 333 46 0 0 123 144 16 12 144 53
Binary 11011011 100110 0 0 1010011 1100100 1110 1010 1100100 101011

Color Harmonies of #DB2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2600

Black with #DB2600

Text Example


Text Example

White with #DB2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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