Html Css Color HEX #DB2606 Harley Davidson Orange

📋 copy color: '#DB2606'

red 219 ◦ green 38 ◦ blue 6

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

Shades of Harley Davidson Orange #DB2606

Tints of Harley Davidson Orange #DB2606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 83.27%
G = 14.45%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB2606 (or 0xDB2606) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 06. RGB value is (219,38,6). Sum of RGB (Red+Green+Blue) = 219+38+6=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2606 is #24D9F9. Grayscale: #585858. Windows color (decimal): -2415098 or 403163. OLE color: 403163.

HSL color Cylindrical-coordinate representation of color #DB2606: hue angle of 9.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB2606 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 6 -
CMYK 0 0.83 0.97 0.14
HSL 9.01º 0.95% 0.44% -
HSV(B) 9.01º 0.97% 0.86% -
XYZ 29.94 16.46 1.77 -
YUV 88.47 81.47 221.1 -
System Red Green Blue C M Y K H S L
Decimal 219 38 6 0 0.83 0.97 0.14 9.01 0.95 0.44
Hex DB 26 6 0 53 61 E 9 5F 2C
Octal 333 46 6 0 123 141 16 11 137 54
Binary 11011011 100110 110 0 1010011 1100001 1110 1001 1011111 101100

Color Harmonies of #DB2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2606

Black with #DB2606

Text Example


Text Example

White with #DB2606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2606; }

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

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

background-color css

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

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

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

border-color css

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

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

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