Html Css Color HEX #DB4B18 Harley Davidson Orange

📋 copy color: '#DB4B18'

red 219 ◦ green 75 ◦ blue 24

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

Shades of Harley Davidson Orange #DB4B18

Tints of Harley Davidson Orange #DB4B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.58%

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

R = 68.87%
G = 23.58%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4B18 (or 0xDB4B18) is known color: Harley Davidson Orange. HEX triplet: DB, 4B and 18. RGB value is (219,75,24). Sum of RGB (Red+Green+Blue) = 219+75+24=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B18 is #24B4E7. Grayscale: #707070. Windows color (decimal): -2405608 or 1592283. OLE color: 1592283.

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

Color convert

RGB 219 75 24 -
CMYK 0 0.66 0.89 0.14
HSL 15.69º 0.8% 0.48% -
HSV(B) 15.69º 0.89% 0.86% -
XYZ 31.89 20.16 3.07 -
YUV 112.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 219 75 24 0 0.66 0.89 0.14 15.69 0.8 0.48
Hex DB 4B 18 0 42 59 E 10 50 30
Octal 333 113 30 0 102 131 16 20 120 60
Binary 11011011 1001011 11000 0 1000010 1011001 1110 10000 1010000 110000

Color Harmonies of #DB4B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B18

Black with #DB4B18

Text Example


Text Example

White with #DB4B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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