Html Css Color HEX #DB3316 Harley Davidson Orange

📋 copy color: '#DB3316'

red 219 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3316

Tints of Harley Davidson Orange #DB3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

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

R = 75%
G = 17.47%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3316 (or 0xDB3316) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 16. RGB value is (219,51,22). Sum of RGB (Red+Green+Blue) = 219+51+22=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3316 is #24CCE9. Grayscale: #626262. Windows color (decimal): -2411754 or 1455067. OLE color: 1455067.

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

Color convert

RGB 219 51 22 -
CMYK 0 0.77 0.90 0.14
HSL 8.83º 0.82% 0.47% -
HSV(B) 8.83º 0.9% 0.86% -
XYZ 30.54 17.49 2.52 -
YUV 97.93 85.16 214.36 -
System Red Green Blue C M Y K H S L
Decimal 219 51 22 0 0.77 0.90 0.14 8.83 0.82 0.47
Hex DB 33 16 0 4D 5A E 9 52 2F
Octal 333 63 26 0 115 132 16 11 122 57
Binary 11011011 110011 10110 0 1001101 1011010 1110 1001 1010010 101111

Color Harmonies of #DB3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3316

Black with #DB3316

Text Example


Text Example

White with #DB3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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