Html Css Color HEX #DB221D Harley Davidson Orange

📋 copy color: '#DB221D'

red 219 ◦ green 34 ◦ blue 29

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

Shades of Harley Davidson Orange #DB221D

Tints of Harley Davidson Orange #DB221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 77.66%
G = 12.06%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB221D (or 0xDB221D) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 1D. RGB value is (219,34,29). Sum of RGB (Red+Green+Blue) = 219+34+29=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB221D is #24DDE2. Grayscale: #585858. Windows color (decimal): -2416099 or 1909467. OLE color: 1909467.

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

Color convert

RGB 219 34 29 -
CMYK 0 0.84 0.87 0.14
HSL 1.58º 0.77% 0.49% -
HSV(B) 1.58º 0.87% 0.86% -
XYZ 30.01 16.29 2.73 -
YUV 88.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 219 34 29 0 0.84 0.87 0.14 1.58 0.77 0.49
Hex DB 22 1D 0 54 57 E 2 4D 31
Octal 333 42 35 0 124 127 16 2 115 61
Binary 11011011 100010 11101 0 1010100 1010111 1110 10 1001101 110001

Color Harmonies of #DB221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB221D

Black with #DB221D

Text Example


Text Example

White with #DB221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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