Html Css Color HEX #DB370E Harley Davidson Orange

📋 copy color: '#DB370E'

red 219 ◦ green 55 ◦ blue 14

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

Shades of Harley Davidson Orange #DB370E

Tints of Harley Davidson Orange #DB370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 76.04%
G = 19.1%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB370E (or 0xDB370E) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 0E. RGB value is (219,55,14). Sum of RGB (Red+Green+Blue) = 219+55+14=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB370E is #24C8F1. Grayscale: #636363. Windows color (decimal): -2410738 or 931803. OLE color: 931803.

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

Color convert

RGB 219 55 14 -
CMYK 0 0.75 0.94 0.14
HSL 12º 0.88% 0.46% -
HSV(B) 12º 0.94% 0.86% -
XYZ 30.66 17.82 2.24 -
YUV 99.36 79.83 213.33 -
System Red Green Blue C M Y K H S L
Decimal 219 55 14 0 0.75 0.94 0.14 12 0.88 0.46
Hex DB 37 E 0 4B 5E E C 58 2E
Octal 333 67 16 0 113 136 16 14 130 56
Binary 11011011 110111 1110 0 1001011 1011110 1110 1100 1011000 101110

Color Harmonies of #DB370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB370E

Black with #DB370E

Text Example


Text Example

White with #DB370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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