Html Css Color HEX #DB4113 Harley Davidson Orange

📋 copy color: '#DB4113'

red 219 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #DB4113

Tints of Harley Davidson Orange #DB4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 72.28%
G = 21.45%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4113 (or 0xDB4113) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 13. RGB value is (219,65,19). Sum of RGB (Red+Green+Blue) = 219+65+19=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4113 is #24BEEC. Grayscale: #6A6A6A. Windows color (decimal): -2408173 or 1262043. OLE color: 1262043.

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

Color convert

RGB 219 65 19 -
CMYK 0 0.70 0.91 0.14
HSL 13.8º 0.84% 0.47% -
HSV(B) 13.8º 0.91% 0.86% -
XYZ 31.22 18.89 2.62 -
YUV 105.8 79.02 208.74 -
System Red Green Blue C M Y K H S L
Decimal 219 65 19 0 0.70 0.91 0.14 13.8 0.84 0.47
Hex DB 41 13 0 46 5B E E 54 2F
Octal 333 101 23 0 106 133 16 16 124 57
Binary 11011011 1000001 10011 0 1000110 1011011 1110 1110 1010100 101111

Color Harmonies of #DB4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4113

Black with #DB4113

Text Example


Text Example

White with #DB4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4113; }

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

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

background-color css

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

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

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

border-color css

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

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

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