Html Css Color HEX #DB3A13 Harley Davidson Orange

📋 copy color: '#DB3A13'

red 219 ◦ green 58 ◦ blue 19

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

Shades of Harley Davidson Orange #DB3A13

Tints of Harley Davidson Orange #DB3A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 73.99%
G = 19.59%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB3A13 (or 0xDB3A13) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 13. RGB value is (219,58,19). Sum of RGB (Red+Green+Blue) = 219+58+19=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A13 is #24C5EC. Grayscale: #666666. Windows color (decimal): -2409965 or 1260251. OLE color: 1260251.

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

Color convert

RGB 219 58 19 -
CMYK 0 0.74 0.91 0.14
HSL 11.7º 0.84% 0.47% -
HSV(B) 11.7º 0.91% 0.86% -
XYZ 30.84 18.13 2.49 -
YUV 101.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 219 58 19 0 0.74 0.91 0.14 11.7 0.84 0.47
Hex DB 3A 13 0 4A 5B E C 54 2F
Octal 333 72 23 0 112 133 16 14 124 57
Binary 11011011 111010 10011 0 1001010 1011011 1110 1100 1010100 101111

Color Harmonies of #DB3A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A13

Black with #DB3A13

Text Example


Text Example

White with #DB3A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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