Html Css Color HEX #DB4416 Harley Davidson Orange

📋 copy color: '#DB4416'

red 219 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #DB4416

Tints of Harley Davidson Orange #DB4416

RGB

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

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

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

R = 70.87%
G = 22.01%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4416 (or 0xDB4416) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 16. RGB value is (219,68,22). Sum of RGB (Red+Green+Blue) = 219+68+22=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4416 is #24BBE9. Grayscale: #6C6C6C. Windows color (decimal): -2407402 or 1459419. OLE color: 1459419.

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

Color convert

RGB 219 68 22 -
CMYK 0 0.69 0.90 0.14
HSL 14.01º 0.82% 0.47% -
HSV(B) 14.01º 0.9% 0.86% -
XYZ 31.43 19.25 2.82 -
YUV 107.91 79.53 207.24 -
System Red Green Blue C M Y K H S L
Decimal 219 68 22 0 0.69 0.90 0.14 14.01 0.82 0.47
Hex DB 44 16 0 45 5A E E 52 2F
Octal 333 104 26 0 105 132 16 16 122 57
Binary 11011011 1000100 10110 0 1000101 1011010 1110 1110 1010010 101111

Color Harmonies of #DB4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4416

Black with #DB4416

Text Example


Text Example

White with #DB4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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