Html Css Color HEX #DB200F Harley Davidson Orange

📋 copy color: '#DB200F'

red 219 ◦ green 32 ◦ blue 15

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

Shades of Harley Davidson Orange #DB200F

Tints of Harley Davidson Orange #DB200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 82.33%
G = 12.03%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB200F (or 0xDB200F) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 0F. RGB value is (219,32,15). Sum of RGB (Red+Green+Blue) = 219+32+15=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB200F is #24DFF0. Grayscale: #565656. Windows color (decimal): -2416625 or 991451. OLE color: 991451.

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

Color convert

RGB 219 32 15 -
CMYK 0 0.85 0.93 0.14
HSL 0.87% 0.46% -
HSV(B) 0.93% 0.86% -
XYZ 29.82 16.13 1.99 -
YUV 85.98 87.95 222.88 -
System Red Green Blue C M Y K H S L
Decimal 219 32 15 0 0.85 0.93 0.14 5 0.87 0.46
Hex DB 20 F 0 55 5D E 5 57 2E
Octal 333 40 17 0 125 135 16 5 127 56
Binary 11011011 100000 1111 0 1010101 1011101 1110 101 1010111 101110

Color Harmonies of #DB200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB200F

Black with #DB200F

Text Example


Text Example

White with #DB200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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