Html Css Color HEX #DF4518 Harley Davidson Orange

📋 copy color: '#DF4518'

red 223 ◦ green 69 ◦ blue 24

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

Shades of Harley Davidson Orange #DF4518

Tints of Harley Davidson Orange #DF4518

RGB

 RED value IS 223 (87.5% from 255) = 70.57%

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 70.57%
G = 21.84%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF4518 (or 0xDF4518) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 18. RGB value is (223,69,24). Sum of RGB (Red+Green+Blue) = 223+69+24=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4518 is #20BAE7. Grayscale: #6E6E6E. Windows color (decimal): -2145000 or 1590751. OLE color: 1590751.

HSL color Cylindrical-coordinate representation of color #DF4518: hue angle of 13.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF4518 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 24 -
CMYK 0 0.69 0.89 0.13
HSL 13.57º 0.81% 0.48% -
HSV(B) 13.57º 0.89% 0.87% -
XYZ 32.72 20.01 3 -
YUV 109.92 79.52 208.66 -
System Red Green Blue C M Y K H S L
Decimal 223 69 24 0 0.69 0.89 0.13 13.57 0.81 0.48
Hex DF 45 18 0 45 59 D E 51 30
Octal 337 105 30 0 105 131 15 16 121 60
Binary 11011111 1000101 11000 0 1000101 1011001 1101 1110 1010001 110000

Color Harmonies of #DF4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4518

Black with #DF4518

Text Example


Text Example

White with #DF4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4518; }

 p { color: rgb(223,69,24); }

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

background-color css

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

 a { background-color: rgb(223,69,24); }

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

border-color css

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

 span { border-color: rgb(223,69,24); }

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