Html Css Color HEX #DB4313 Harley Davidson Orange

📋 copy color: '#DB4313'

red 219 ◦ green 67 ◦ blue 19

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

Shades of Harley Davidson Orange #DB4313

Tints of Harley Davidson Orange #DB4313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 71.8%
G = 21.97%
B = 6.23%

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

#DB4313 (or 0xDB4313) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 13. RGB value is (219,67,19). Sum of RGB (Red+Green+Blue) = 219+67+19=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4313 is #24BCEC. Grayscale: #6B6B6B. Windows color (decimal): -2407661 or 1262555. OLE color: 1262555.

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

Color convert

RGB 219 67 19 -
CMYK 0 0.69 0.91 0.14
HSL 14.4º 0.84% 0.47% -
HSV(B) 14.4º 0.91% 0.86% -
XYZ 31.34 19.12 2.66 -
YUV 106.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 219 67 19 0 0.69 0.91 0.14 14.4 0.84 0.47
Hex DB 43 13 0 45 5B E E 54 2F
Octal 333 103 23 0 105 133 16 16 124 57
Binary 11011011 1000011 10011 0 1000101 1011011 1110 1110 1010100 101111

Color Harmonies of #DB4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4313

Black with #DB4313

Text Example


Text Example

White with #DB4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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