Html Css Color HEX #DB3418 Harley Davidson Orange

📋 copy color: '#DB3418'

red 219 ◦ green 52 ◦ blue 24

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

Shades of Harley Davidson Orange #DB3418

Tints of Harley Davidson Orange #DB3418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 74.24%
G = 17.63%
B = 8.14%

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

#DB3418 (or 0xDB3418) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 18. RGB value is (219,52,24). Sum of RGB (Red+Green+Blue) = 219+52+24=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3418 is #24CBE7. Grayscale: #636363. Windows color (decimal): -2411496 or 1586395. OLE color: 1586395.

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

Color convert

RGB 219 52 24 -
CMYK 0 0.76 0.89 0.14
HSL 8.62º 0.8% 0.48% -
HSV(B) 8.62º 0.89% 0.86% -
XYZ 30.61 17.58 2.64 -
YUV 98.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 219 52 24 0 0.76 0.89 0.14 8.62 0.8 0.48
Hex DB 34 18 0 4C 59 E 9 50 30
Octal 333 64 30 0 114 131 16 11 120 60
Binary 11011011 110100 11000 0 1001100 1011001 1110 1001 1010000 110000

Color Harmonies of #DB3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3418

Black with #DB3418

Text Example


Text Example

White with #DB3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3418; }

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

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

background-color css

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

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

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

border-color css

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

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

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