Html Css Color HEX #DF2418 Harley Davidson Orange

📋 copy color: '#DF2418'

red 223 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #DF2418

Tints of Harley Davidson Orange #DF2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 78.8%
G = 12.72%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2418 (or 0xDF2418) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 18. RGB value is (223,36,24). Sum of RGB (Red+Green+Blue) = 223+36+24=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2418 is #20DBE7. Grayscale: #5A5A5A. Windows color (decimal): -2153448 or 1582303. OLE color: 1582303.

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

Color convert

RGB 223 36 24 -
CMYK 0 0.84 0.89 0.13
HSL 3.62º 0.81% 0.48% -
HSV(B) 3.62º 0.89% 0.87% -
XYZ 31.23 17.02 2.5 -
YUV 90.55 90.45 222.48 -
System Red Green Blue C M Y K H S L
Decimal 223 36 24 0 0.84 0.89 0.13 3.62 0.81 0.48
Hex DF 24 18 0 54 59 D 4 51 30
Octal 337 44 30 0 124 131 15 4 121 60
Binary 11011111 100100 11000 0 1010100 1011001 1101 100 1010001 110000

Color Harmonies of #DF2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2418

Black with #DF2418

Text Example


Text Example

White with #DF2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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