Html Css Color HEX #DF1918 Harley Davidson Orange

📋 copy color: '#DF1918'

red 223 ◦ green 25 ◦ blue 24

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

Shades of Harley Davidson Orange #DF1918

Tints of Harley Davidson Orange #DF1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 81.99%
G = 9.19%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF1918 (or 0xDF1918) is known color: Harley Davidson Orange. HEX triplet: DF, 19 and 18. RGB value is (223,25,24). Sum of RGB (Red+Green+Blue) = 223+25+24=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1918 is #20E6E7. Grayscale: #545454. Windows color (decimal): -2156264 or 1579487. OLE color: 1579487.

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

Color convert

RGB 223 25 24 -
CMYK 0 0.89 0.89 0.13
HSL 0.3º 0.81% 0.48% -
HSV(B) 0.3º 0.89% 0.87% -
XYZ 30.94 16.45 2.41 -
YUV 84.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 223 25 24 0 0.89 0.89 0.13 0.3 0.81 0.48
Hex DF 19 18 0 59 59 D 0 51 30
Octal 337 31 30 0 131 131 15 0 121 60
Binary 11011111 11001 11000 0 1011001 1011001 1101 0 1010001 110000

Color Harmonies of #DF1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1918

Black with #DF1918

Text Example


Text Example

White with #DF1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1918; }

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

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

background-color css

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

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

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

border-color css

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

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

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