Html Css Color HEX #DB3A16 Harley Davidson Orange

📋 copy color: '#DB3A16'

red 219 ◦ green 58 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3A16

Tints of Harley Davidson Orange #DB3A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 73.24%
G = 19.4%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3A16 (or 0xDB3A16) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 16. RGB value is (219,58,22). Sum of RGB (Red+Green+Blue) = 219+58+22=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A16 is #24C5E9. Grayscale: #666666. Windows color (decimal): -2409962 or 1456859. OLE color: 1456859.

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

Color convert

RGB 219 58 22 -
CMYK 0 0.74 0.90 0.14
HSL 10.96º 0.82% 0.47% -
HSV(B) 10.96º 0.9% 0.86% -
XYZ 30.87 18.14 2.63 -
YUV 102.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 219 58 22 0 0.74 0.90 0.14 10.96 0.82 0.47
Hex DB 3A 16 0 4A 5A E B 52 2F
Octal 333 72 26 0 112 132 16 13 122 57
Binary 11011011 111010 10110 0 1001010 1011010 1110 1011 1010010 101111

Color Harmonies of #DB3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A16

Black with #DB3A16

Text Example


Text Example

White with #DB3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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