Html Css Color HEX #DB221E Harley Davidson Orange

📋 copy color: '#DB221E'

red 219 ◦ green 34 ◦ blue 30

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

Shades of Harley Davidson Orange #DB221E

Tints of Harley Davidson Orange #DB221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 77.39%
G = 12.01%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB221E (or 0xDB221E) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 1E. RGB value is (219,34,30). Sum of RGB (Red+Green+Blue) = 219+34+30=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB221E is #24DDE1. Grayscale: #595959. Windows color (decimal): -2416098 or 1975003. OLE color: 1975003.

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

Color convert

RGB 219 34 30 -
CMYK 0 0.84 0.86 0.14
HSL 1.27º 0.76% 0.49% -
HSV(B) 1.27º 0.86% 0.86% -
XYZ 30.02 16.3 2.79 -
YUV 88.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 219 34 30 0 0.84 0.86 0.14 1.27 0.76 0.49
Hex DB 22 1E 0 54 56 E 1 4C 31
Octal 333 42 36 0 124 126 16 1 114 61
Binary 11011011 100010 11110 0 1010100 1010110 1110 1 1001100 110001

Color Harmonies of #DB221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB221E

Black with #DB221E

Text Example


Text Example

White with #DB221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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