Html Css Color HEX #DB3616 Harley Davidson Orange

📋 copy color: '#DB3616'

red 219 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3616

Tints of Harley Davidson Orange #DB3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 74.24%
G = 18.31%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3616 (or 0xDB3616) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 16. RGB value is (219,54,22). Sum of RGB (Red+Green+Blue) = 219+54+22=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3616 is #24C9E9. Grayscale: #636363. Windows color (decimal): -2410986 or 1455835. OLE color: 1455835.

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

Color convert

RGB 219 54 22 -
CMYK 0 0.75 0.90 0.14
HSL 9.75º 0.82% 0.47% -
HSV(B) 9.75º 0.9% 0.86% -
XYZ 30.68 17.76 2.57 -
YUV 99.69 84.16 213.1 -
System Red Green Blue C M Y K H S L
Decimal 219 54 22 0 0.75 0.90 0.14 9.75 0.82 0.47
Hex DB 36 16 0 4B 5A E A 52 2F
Octal 333 66 26 0 113 132 16 12 122 57
Binary 11011011 110110 10110 0 1001011 1011010 1110 1010 1010010 101111

Color Harmonies of #DB3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3616

Black with #DB3616

Text Example


Text Example

White with #DB3616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3616; }

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

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

background-color css

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

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

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

border-color css

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

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

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