Html Css Color HEX #DB2206 Harley Davidson Orange

📋 copy color: '#DB2206'

red 219 ◦ green 34 ◦ blue 6

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

Shades of Harley Davidson Orange #DB2206

Tints of Harley Davidson Orange #DB2206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 84.56%
G = 13.13%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB2206 (or 0xDB2206) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 06. RGB value is (219,34,6). Sum of RGB (Red+Green+Blue) = 219+34+6=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2206 is #24DDF9. Grayscale: #565656. Windows color (decimal): -2416122 or 402139. OLE color: 402139.

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

Color convert

RGB 219 34 6 -
CMYK 0 0.84 0.97 0.14
HSL 7.89º 0.95% 0.44% -
HSV(B) 7.89º 0.97% 0.86% -
XYZ 29.82 16.22 1.73 -
YUV 86.12 82.79 222.78 -
System Red Green Blue C M Y K H S L
Decimal 219 34 6 0 0.84 0.97 0.14 7.89 0.95 0.44
Hex DB 22 6 0 54 61 E 8 5F 2C
Octal 333 42 6 0 124 141 16 10 137 54
Binary 11011011 100010 110 0 1010100 1100001 1110 1000 1011111 101100

Color Harmonies of #DB2206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2206

Black with #DB2206

Text Example


Text Example

White with #DB2206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2206; }

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

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

background-color css

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

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

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

border-color css

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

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

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