Html Css Color HEX #DB3417 Harley Davidson Orange

📋 copy color: '#DB3417'

red 219 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #DB3417

Tints of Harley Davidson Orange #DB3417

RGB

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

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

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

R = 74.49%
G = 17.69%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3417 (or 0xDB3417) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 17. RGB value is (219,52,23). Sum of RGB (Red+Green+Blue) = 219+52+23=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3417 is #24CBE8. Grayscale: #626262. Windows color (decimal): -2411497 or 1520859. OLE color: 1520859.

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

Color convert

RGB 219 52 23 -
CMYK 0 0.76 0.89 0.14
HSL 8.88º 0.81% 0.47% -
HSV(B) 8.88º 0.89% 0.86% -
XYZ 30.6 17.58 2.59 -
YUV 98.63 85.33 213.86 -
System Red Green Blue C M Y K H S L
Decimal 219 52 23 0 0.76 0.89 0.14 8.88 0.81 0.47
Hex DB 34 17 0 4C 59 E 9 51 2F
Octal 333 64 27 0 114 131 16 11 121 57
Binary 11011011 110100 10111 0 1001100 1011001 1110 1001 1010001 101111

Color Harmonies of #DB3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3417

Black with #DB3417

Text Example


Text Example

White with #DB3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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