Html Css Color HEX #DB210E Harley Davidson Orange

📋 copy color: '#DB210E'

red 219 ◦ green 33 ◦ blue 14

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

Shades of Harley Davidson Orange #DB210E

Tints of Harley Davidson Orange #DB210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 82.33%
G = 12.41%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB210E (or 0xDB210E) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 0E. RGB value is (219,33,14). Sum of RGB (Red+Green+Blue) = 219+33+14=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB210E is #24DEF1. Grayscale: #565656. Windows color (decimal): -2416370 or 926171. OLE color: 926171.

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

Color convert

RGB 219 33 14 -
CMYK 0 0.85 0.94 0.14
HSL 5.56º 0.88% 0.46% -
HSV(B) 5.56º 0.94% 0.86% -
XYZ 29.84 16.18 1.97 -
YUV 86.45 87.12 222.54 -
System Red Green Blue C M Y K H S L
Decimal 219 33 14 0 0.85 0.94 0.14 5.56 0.88 0.46
Hex DB 21 E 0 55 5E E 6 58 2E
Octal 333 41 16 0 125 136 16 6 130 56
Binary 11011011 100001 1110 0 1010101 1011110 1110 110 1011000 101110

Color Harmonies of #DB210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB210E

Black with #DB210E

Text Example


Text Example

White with #DB210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB210E; }

 p { color: rgb(219,33,14); }

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

background-color css

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

 a { background-color: rgb(219,33,14); }

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

border-color css

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

 span { border-color: rgb(219,33,14); }

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