Html Css Color HEX #DB310A Harley Davidson Orange

📋 copy color: '#DB310A'

red 219 ◦ green 49 ◦ blue 10

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

Shades of Harley Davidson Orange #DB310A

Tints of Harley Davidson Orange #DB310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.6%

R = 78.78%
G = 17.63%
B = 3.6%

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

#DB310A (or 0xDB310A) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 0A. RGB value is (219,49,10). Sum of RGB (Red+Green+Blue) = 219+49+10=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB310A is #24CEF5. Grayscale: #5F5F5F. Windows color (decimal): -2412278 or 668123. OLE color: 668123.

HSL color Cylindrical-coordinate representation of color #DB310A: hue angle of 11.2º degrees, saturation: 0.91, 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 #DB310A is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 10 -
CMYK 0 0.78 0.95 0.14
HSL 11.2º 0.91% 0.45% -
HSV(B) 11.2º 0.95% 0.86% -
XYZ 30.37 17.28 2.02 -
YUV 95.38 79.82 216.17 -
System Red Green Blue C M Y K H S L
Decimal 219 49 10 0 0.78 0.95 0.14 11.2 0.91 0.45
Hex DB 31 A 0 4E 5F E B 5B 2D
Octal 333 61 12 0 116 137 16 13 133 55
Binary 11011011 110001 1010 0 1001110 1011111 1110 1011 1011011 101101

Color Harmonies of #DB310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB310A

Black with #DB310A

Text Example


Text Example

White with #DB310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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