Html Css Color HEX #DB211A Harley Davidson Orange

📋 copy color: '#DB211A'

red 219 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #DB211A

Tints of Harley Davidson Orange #DB211A

RGB

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

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

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

R = 78.78%
G = 11.87%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB211A (or 0xDB211A) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 1A. RGB value is (219,33,26). Sum of RGB (Red+Green+Blue) = 219+33+26=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB211A is #24DEE5. Grayscale: #585858. Windows color (decimal): -2416358 or 1712603. OLE color: 1712603.

HSL color Cylindrical-coordinate representation of color #DB211A: hue angle of 2.18º 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 #DB211A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 26 -
CMYK 0 0.85 0.88 0.14
HSL 2.18º 0.79% 0.48% -
HSV(B) 2.18º 0.88% 0.86% -
XYZ 29.94 16.22 2.53 -
YUV 87.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 219 33 26 0 0.85 0.88 0.14 2.18 0.79 0.48
Hex DB 21 1A 0 55 58 E 2 4F 30
Octal 333 41 32 0 125 130 16 2 117 60
Binary 11011011 100001 11010 0 1010101 1011000 1110 10 1001111 110000

Color Harmonies of #DB211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB211A

Black with #DB211A

Text Example


Text Example

White with #DB211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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