Html Css Color HEX #DB221A Harley Davidson Orange

📋 copy color: '#DB221A'

red 219 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #DB221A

Tints of Harley Davidson Orange #DB221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 78.49%
G = 12.19%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB221A (or 0xDB221A) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 1A. RGB value is (219,34,26). Sum of RGB (Red+Green+Blue) = 219+34+26=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB221A is #24DDE5. Grayscale: #585858. Windows color (decimal): -2416102 or 1712859. OLE color: 1712859.

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

Color convert

RGB 219 34 26 -
CMYK 0 0.84 0.88 0.14
HSL 2.49º 0.79% 0.48% -
HSV(B) 2.49º 0.88% 0.86% -
XYZ 29.97 16.28 2.54 -
YUV 88.4 92.79 221.15 -
System Red Green Blue C M Y K H S L
Decimal 219 34 26 0 0.84 0.88 0.14 2.49 0.79 0.48
Hex DB 22 1A 0 54 58 E 2 4F 30
Octal 333 42 32 0 124 130 16 2 117 60
Binary 11011011 100010 11010 0 1010100 1011000 1110 10 1001111 110000

Color Harmonies of #DB221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB221A

Black with #DB221A

Text Example


Text Example

White with #DB221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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