Html Css Color HEX #DB4413 Harley Davidson Orange

📋 copy color: '#DB4413'

red 219 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #DB4413

Tints of Harley Davidson Orange #DB4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 71.57%
G = 22.22%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4413 (or 0xDB4413) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 13. RGB value is (219,68,19). Sum of RGB (Red+Green+Blue) = 219+68+19=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4413 is #24BBEC. Grayscale: #6B6B6B. Windows color (decimal): -2407405 or 1262811. OLE color: 1262811.

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

Color convert

RGB 219 68 19 -
CMYK 0 0.69 0.91 0.14
HSL 14.7º 0.84% 0.47% -
HSV(B) 14.7º 0.91% 0.86% -
XYZ 31.4 19.24 2.68 -
YUV 107.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 219 68 19 0 0.69 0.91 0.14 14.7 0.84 0.47
Hex DB 44 13 0 45 5B E F 54 2F
Octal 333 104 23 0 105 133 16 17 124 57
Binary 11011011 1000100 10011 0 1000101 1011011 1110 1111 1010100 101111

Color Harmonies of #DB4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4413

Black with #DB4413

Text Example


Text Example

White with #DB4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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