Html Css Color HEX #DB4418 Harley Davidson Orange

📋 copy color: '#DB4418'

red 219 ◦ green 68 ◦ blue 24

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

Shades of Harley Davidson Orange #DB4418

Tints of Harley Davidson Orange #DB4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 70.42%
G = 21.86%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4418 (or 0xDB4418) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 18. RGB value is (219,68,24). Sum of RGB (Red+Green+Blue) = 219+68+24=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4418 is #24BBE7. Grayscale: #6C6C6C. Windows color (decimal): -2407400 or 1590491. OLE color: 1590491.

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

Color convert

RGB 219 68 24 -
CMYK 0 0.69 0.89 0.14
HSL 13.54º 0.8% 0.48% -
HSV(B) 13.54º 0.89% 0.86% -
XYZ 31.45 19.26 2.92 -
YUV 108.13 80.53 207.08 -
System Red Green Blue C M Y K H S L
Decimal 219 68 24 0 0.69 0.89 0.14 13.54 0.8 0.48
Hex DB 44 18 0 45 59 E E 50 30
Octal 333 104 30 0 105 131 16 16 120 60
Binary 11011011 1000100 11000 0 1000101 1011001 1110 1110 1010000 110000

Color Harmonies of #DB4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4418

Black with #DB4418

Text Example


Text Example

White with #DB4418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4418; }

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

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

background-color css

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

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

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

border-color css

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

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

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