Html Css Color HEX #DB310B Harley Davidson Orange

📋 copy color: '#DB310B'

red 219 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #DB310B

Tints of Harley Davidson Orange #DB310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.94%

R = 78.49%
G = 17.56%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB310B (or 0xDB310B) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 0B. RGB value is (219,49,11). Sum of RGB (Red+Green+Blue) = 219+49+11=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB310B is #24CEF4. Grayscale: #5F5F5F. Windows color (decimal): -2412277 or 733659. OLE color: 733659.

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

Color convert

RGB 219 49 11 -
CMYK 0 0.78 0.95 0.14
HSL 10.96º 0.9% 0.45% -
HSV(B) 10.96º 0.95% 0.86% -
XYZ 30.37 17.28 2.05 -
YUV 95.5 80.32 216.09 -
System Red Green Blue C M Y K H S L
Decimal 219 49 11 0 0.78 0.95 0.14 10.96 0.9 0.45
Hex DB 31 B 0 4E 5F E B 5A 2D
Octal 333 61 13 0 116 137 16 13 132 55
Binary 11011011 110001 1011 0 1001110 1011111 1110 1011 1011010 101101

Color Harmonies of #DB310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB310B

Black with #DB310B

Text Example


Text Example

White with #DB310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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