Html Css Color HEX #DB200E Harley Davidson Orange

📋 copy color: '#DB200E'

red 219 ◦ green 32 ◦ blue 14

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

Shades of Harley Davidson Orange #DB200E

Tints of Harley Davidson Orange #DB200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 82.64%
G = 12.08%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB200E (or 0xDB200E) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 0E. RGB value is (219,32,14). Sum of RGB (Red+Green+Blue) = 219+32+14=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB200E is #24DFF1. Grayscale: #565656. Windows color (decimal): -2416626 or 925915. OLE color: 925915.

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

Color convert

RGB 219 32 14 -
CMYK 0 0.85 0.94 0.14
HSL 5.27º 0.88% 0.46% -
HSV(B) 5.27º 0.94% 0.86% -
XYZ 29.81 16.12 1.96 -
YUV 85.86 87.45 222.96 -
System Red Green Blue C M Y K H S L
Decimal 219 32 14 0 0.85 0.94 0.14 5.27 0.88 0.46
Hex DB 20 E 0 55 5E E 5 58 2E
Octal 333 40 16 0 125 136 16 5 130 56
Binary 11011011 100000 1110 0 1010101 1011110 1110 101 1011000 101110

Color Harmonies of #DB200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB200E

Black with #DB200E

Text Example


Text Example

White with #DB200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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