Html Css Color HEX #DB310D Harley Davidson Orange

📋 copy color: '#DB310D'

red 219 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #DB310D

Tints of Harley Davidson Orange #DB310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 77.94%
G = 17.44%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB310D (or 0xDB310D) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 0D. RGB value is (219,49,13). Sum of RGB (Red+Green+Blue) = 219+49+13=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB310D is #24CEF2. Grayscale: #606060. Windows color (decimal): -2412275 or 864731. OLE color: 864731.

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

Color convert

RGB 219 49 13 -
CMYK 0 0.78 0.94 0.14
HSL 10.49º 0.89% 0.45% -
HSV(B) 10.49º 0.94% 0.86% -
XYZ 30.38 17.29 2.12 -
YUV 95.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 219 49 13 0 0.78 0.94 0.14 10.49 0.89 0.45
Hex DB 31 D 0 4E 5E E A 59 2D
Octal 333 61 15 0 116 136 16 12 131 55
Binary 11011011 110001 1101 0 1001110 1011110 1110 1010 1011001 101101

Color Harmonies of #DB310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB310D

Black with #DB310D

Text Example


Text Example

White with #DB310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB310D; }

 p { color: rgb(219,49,13); }

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

background-color css

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

 a { background-color: rgb(219,49,13); }

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

border-color css

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

 span { border-color: rgb(219,49,13); }

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