Html Css Color HEX #DF2411 Harley Davidson Orange

📋 copy color: '#DF2411'

red 223 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2411

Tints of Harley Davidson Orange #DF2411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 80.8%
G = 13.04%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2411 (or 0xDF2411) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 11. RGB value is (223,36,17). Sum of RGB (Red+Green+Blue) = 223+36+17=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2411 is #20DBEE. Grayscale: #5A5A5A. Windows color (decimal): -2153455 or 1123551. OLE color: 1123551.

HSL color Cylindrical-coordinate representation of color #DF2411: hue angle of 5.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF2411 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 36 17 -
CMYK 0 0.84 0.92 0.13
HSL 5.53º 0.86% 0.47% -
HSV(B) 5.53º 0.92% 0.87% -
XYZ 31.16 16.99 2.17 -
YUV 89.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 223 36 17 0 0.84 0.92 0.13 5.53 0.86 0.47
Hex DF 24 11 0 54 5C D 6 56 2F
Octal 337 44 21 0 124 134 15 6 126 57
Binary 11011111 100100 10001 0 1010100 1011100 1101 110 1010110 101111

Color Harmonies of #DF2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2411

Black with #DF2411

Text Example


Text Example

White with #DF2411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2411; }

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

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

background-color css

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

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

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

border-color css

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

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

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