Html Css Color HEX #DB3416 Harley Davidson Orange

📋 copy color: '#DB3416'

red 219 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3416

Tints of Harley Davidson Orange #DB3416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 74.74%
G = 17.75%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3416 (or 0xDB3416) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 16. RGB value is (219,52,22). Sum of RGB (Red+Green+Blue) = 219+52+22=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3416 is #24CBE9. Grayscale: #626262. Windows color (decimal): -2411498 or 1455323. OLE color: 1455323.

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

Color convert

RGB 219 52 22 -
CMYK 0 0.76 0.90 0.14
HSL 9.14º 0.82% 0.47% -
HSV(B) 9.14º 0.9% 0.86% -
XYZ 30.59 17.57 2.54 -
YUV 98.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 219 52 22 0 0.76 0.90 0.14 9.14 0.82 0.47
Hex DB 34 16 0 4C 5A E 9 52 2F
Octal 333 64 26 0 114 132 16 11 122 57
Binary 11011011 110100 10110 0 1001100 1011010 1110 1001 1010010 101111

Color Harmonies of #DB3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3416

Black with #DB3416

Text Example


Text Example

White with #DB3416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3416; }

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

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

background-color css

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

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

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

border-color css

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

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

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