Html Css Color HEX #DF4218 Harley Davidson Orange

📋 copy color: '#DF4218'

red 223 ◦ green 66 ◦ blue 24

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

Shades of Harley Davidson Orange #DF4218

Tints of Harley Davidson Orange #DF4218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 71.25%
G = 21.09%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF4218 (or 0xDF4218) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 18. RGB value is (223,66,24). Sum of RGB (Red+Green+Blue) = 223+66+24=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4218 is #20BDE7. Grayscale: #6C6C6C. Windows color (decimal): -2145768 or 1589983. OLE color: 1589983.

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

Color convert

RGB 223 66 24 -
CMYK 0 0.70 0.89 0.13
HSL 12.66º 0.81% 0.48% -
HSV(B) 12.66º 0.89% 0.87% -
XYZ 32.54 19.65 2.94 -
YUV 108.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 223 66 24 0 0.70 0.89 0.13 12.66 0.81 0.48
Hex DF 42 18 0 46 59 D D 51 30
Octal 337 102 30 0 106 131 15 15 121 60
Binary 11011111 1000010 11000 0 1000110 1011001 1101 1101 1010001 110000

Color Harmonies of #DF4218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4218

Black with #DF4218

Text Example


Text Example

White with #DF4218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4218; }

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

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

background-color css

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

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

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

border-color css

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

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

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