Html Css Color HEX #DB3317 Harley Davidson Orange

📋 copy color: '#DB3317'

red 219 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #DB3317

Tints of Harley Davidson Orange #DB3317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 74.74%
G = 17.41%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3317 (or 0xDB3317) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 17. RGB value is (219,51,23). Sum of RGB (Red+Green+Blue) = 219+51+23=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3317 is #24CCE8. Grayscale: #626262. Windows color (decimal): -2411753 or 1520603. OLE color: 1520603.

HSL color Cylindrical-coordinate representation of color #DB3317: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB3317 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 23 -
CMYK 0 0.77 0.89 0.14
HSL 8.57º 0.81% 0.47% -
HSV(B) 8.57º 0.89% 0.86% -
XYZ 30.55 17.49 2.58 -
YUV 98.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 219 51 23 0 0.77 0.89 0.14 8.57 0.81 0.47
Hex DB 33 17 0 4D 59 E 9 51 2F
Octal 333 63 27 0 115 131 16 11 121 57
Binary 11011011 110011 10111 0 1001101 1011001 1110 1001 1010001 101111

Color Harmonies of #DB3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3317

Black with #DB3317

Text Example


Text Example

White with #DB3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3317; }

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

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

background-color css

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

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

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

border-color css

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

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

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