Html Css Color HEX #DF2918 Harley Davidson Orange

📋 copy color: '#DF2918'

red 223 ◦ green 41 ◦ blue 24

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

Shades of Harley Davidson Orange #DF2918

Tints of Harley Davidson Orange #DF2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 77.43%
G = 14.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2918 (or 0xDF2918) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 18. RGB value is (223,41,24). Sum of RGB (Red+Green+Blue) = 223+41+24=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2918 is #20D6E7. Grayscale: #5D5D5D. Windows color (decimal): -2152168 or 1583583. OLE color: 1583583.

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

Color convert

RGB 223 41 24 -
CMYK 0 0.82 0.89 0.13
HSL 5.13º 0.81% 0.48% -
HSV(B) 5.13º 0.89% 0.87% -
XYZ 31.39 17.34 2.56 -
YUV 93.48 88.8 220.38 -
System Red Green Blue C M Y K H S L
Decimal 223 41 24 0 0.82 0.89 0.13 5.13 0.81 0.48
Hex DF 29 18 0 52 59 D 5 51 30
Octal 337 51 30 0 122 131 15 5 121 60
Binary 11011111 101001 11000 0 1010010 1011001 1101 101 1010001 110000

Color Harmonies of #DF2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2918

Black with #DF2918

Text Example


Text Example

White with #DF2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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