Html Css Color HEX #DB201B Harley Davidson Orange

📋 copy color: '#DB201B'

red 219 ◦ green 32 ◦ blue 27

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

Shades of Harley Davidson Orange #DB201B

Tints of Harley Davidson Orange #DB201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 78.78%
G = 11.51%
B = 9.71%

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

#DB201B (or 0xDB201B) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 1B. RGB value is (219,32,27). Sum of RGB (Red+Green+Blue) = 219+32+27=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB201B is #24DFE4. Grayscale: #575757. Windows color (decimal): -2416613 or 1777883. OLE color: 1777883.

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

Color convert

RGB 219 32 27 -
CMYK 0 0.85 0.88 0.14
HSL 1.56º 0.78% 0.48% -
HSV(B) 1.56º 0.88% 0.86% -
XYZ 29.93 16.17 2.58 -
YUV 87.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 219 32 27 0 0.85 0.88 0.14 1.56 0.78 0.48
Hex DB 20 1B 0 55 58 E 2 4E 30
Octal 333 40 33 0 125 130 16 2 116 60
Binary 11011011 100000 11011 0 1010101 1011000 1110 10 1001110 110000

Color Harmonies of #DB201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB201B

Black with #DB201B

Text Example


Text Example

White with #DB201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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