Html Css Color HEX #DB2210 Harley Davidson Orange

📋 copy color: '#DB2210'

red 219 ◦ green 34 ◦ blue 16

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

Shades of Harley Davidson Orange #DB2210

Tints of Harley Davidson Orange #DB2210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 81.41%
G = 12.64%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB2210 (or 0xDB2210) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 10. RGB value is (219,34,16). Sum of RGB (Red+Green+Blue) = 219+34+16=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2210 is #24DDEF. Grayscale: #575757. Windows color (decimal): -2416112 or 1057499. OLE color: 1057499.

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

Color convert

RGB 219 34 16 -
CMYK 0 0.84 0.93 0.14
HSL 5.32º 0.86% 0.46% -
HSV(B) 5.32º 0.93% 0.86% -
XYZ 29.88 16.24 2.05 -
YUV 87.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 219 34 16 0 0.84 0.93 0.14 5.32 0.86 0.46
Hex DB 22 10 0 54 5D E 5 56 2E
Octal 333 42 20 0 124 135 16 5 126 56
Binary 11011011 100010 10000 0 1010100 1011101 1110 101 1010110 101110

Color Harmonies of #DB2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2210

Black with #DB2210

Text Example


Text Example

White with #DB2210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2210; }

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

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

background-color css

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

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

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

border-color css

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

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

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