Html Css Color HEX #DB220D Harley Davidson Orange

📋 copy color: '#DB220D'

red 219 ◦ green 34 ◦ blue 13

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

Shades of Harley Davidson Orange #DB220D

Tints of Harley Davidson Orange #DB220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 82.33%
G = 12.78%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB220D (or 0xDB220D) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 0D. RGB value is (219,34,13). Sum of RGB (Red+Green+Blue) = 219+34+13=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB220D is #24DDF2. Grayscale: #575757. Windows color (decimal): -2416115 or 860891. OLE color: 860891.

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

Color convert

RGB 219 34 13 -
CMYK 0 0.84 0.94 0.14
HSL 6.12º 0.89% 0.45% -
HSV(B) 6.12º 0.94% 0.86% -
XYZ 29.86 16.23 1.94 -
YUV 86.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 219 34 13 0 0.84 0.94 0.14 6.12 0.89 0.45
Hex DB 22 D 0 54 5E E 6 59 2D
Octal 333 42 15 0 124 136 16 6 131 55
Binary 11011011 100010 1101 0 1010100 1011110 1110 110 1011001 101101

Color Harmonies of #DB220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB220D

Black with #DB220D

Text Example


Text Example

White with #DB220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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