Html Css Color HEX #DB2813 Harley Davidson Orange

📋 copy color: '#DB2813'

red 219 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #DB2813

Tints of Harley Davidson Orange #DB2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 78.78%
G = 14.39%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB2813 (or 0xDB2813) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 13. RGB value is (219,40,19). Sum of RGB (Red+Green+Blue) = 219+40+19=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2813 is #24D7EC. Grayscale: #5B5B5B. Windows color (decimal): -2414573 or 1255643. OLE color: 1255643.

HSL color Cylindrical-coordinate representation of color #DB2813: hue angle of 6.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2813 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 19 -
CMYK 0 0.82 0.91 0.14
HSL 6.3º 0.84% 0.47% -
HSV(B) 6.3º 0.91% 0.86% -
XYZ 30.09 16.62 2.24 -
YUV 91.13 87.3 219.21 -
System Red Green Blue C M Y K H S L
Decimal 219 40 19 0 0.82 0.91 0.14 6.3 0.84 0.47
Hex DB 28 13 0 52 5B E 6 54 2F
Octal 333 50 23 0 122 133 16 6 124 57
Binary 11011011 101000 10011 0 1010010 1011011 1110 110 1010100 101111

Color Harmonies of #DB2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2813

Black with #DB2813

Text Example


Text Example

White with #DB2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2813; }

 p { color: rgb(219,40,19); }

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

background-color css

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

 a { background-color: rgb(219,40,19); }

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

border-color css

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

 span { border-color: rgb(219,40,19); }

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