Html Css Color HEX #DF2018 Harley Davidson Orange

📋 copy color: '#DF2018'

red 223 ◦ green 32 ◦ blue 24

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

Shades of Harley Davidson Orange #DF2018

Tints of Harley Davidson Orange #DF2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

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

R = 79.93%
G = 11.47%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2018 (or 0xDF2018) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 18. RGB value is (223,32,24). Sum of RGB (Red+Green+Blue) = 223+32+24=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2018 is #20DFE7. Grayscale: #585858. Windows color (decimal): -2154472 or 1581279. OLE color: 1581279.

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

Color convert

RGB 223 32 24 -
CMYK 0 0.86 0.89 0.13
HSL 2.41º 0.81% 0.48% -
HSV(B) 2.41º 0.89% 0.87% -
XYZ 31.11 16.79 2.46 -
YUV 88.2 91.78 224.15 -
System Red Green Blue C M Y K H S L
Decimal 223 32 24 0 0.86 0.89 0.13 2.41 0.81 0.48
Hex DF 20 18 0 56 59 D 2 51 30
Octal 337 40 30 0 126 131 15 2 121 60
Binary 11011111 100000 11000 0 1010110 1011001 1101 10 1010001 110000

Color Harmonies of #DF2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2018

Black with #DF2018

Text Example


Text Example

White with #DF2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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