Html Css Color HEX #DB211B Harley Davidson Orange

📋 copy color: '#DB211B'

red 219 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #DB211B

Tints of Harley Davidson Orange #DB211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 78.49%
G = 11.83%
B = 9.68%

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

#DB211B (or 0xDB211B) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 1B. RGB value is (219,33,27). Sum of RGB (Red+Green+Blue) = 219+33+27=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB211B is #24DEE4. Grayscale: #585858. Windows color (decimal): -2416357 or 1778139. OLE color: 1778139.

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

Color convert

RGB 219 33 27 -
CMYK 0 0.85 0.88 0.14
HSL 1.88º 0.78% 0.48% -
HSV(B) 1.88º 0.88% 0.86% -
XYZ 29.96 16.23 2.59 -
YUV 87.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 219 33 27 0 0.85 0.88 0.14 1.88 0.78 0.48
Hex DB 21 1B 0 55 58 E 2 4E 30
Octal 333 41 33 0 125 130 16 2 116 60
Binary 11011011 100001 11011 0 1010101 1011000 1110 10 1001110 110000

Color Harmonies of #DB211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB211B

Black with #DB211B

Text Example


Text Example

White with #DB211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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