Html Css Color HEX #DF2911 Harley Davidson Orange

📋 copy color: '#DF2911'

red 223 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2911

Tints of Harley Davidson Orange #DF2911

RGB

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

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

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

R = 79.36%
G = 14.59%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2911 (or 0xDF2911) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 11. RGB value is (223,41,17). Sum of RGB (Red+Green+Blue) = 223+41+17=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2911 is #20D6EE. Grayscale: #5C5C5C. Windows color (decimal): -2152175 or 1124831. OLE color: 1124831.

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

Color convert

RGB 223 41 17 -
CMYK 0 0.82 0.92 0.13
HSL 6.99º 0.86% 0.47% -
HSV(B) 6.99º 0.92% 0.87% -
XYZ 31.33 17.31 2.22 -
YUV 92.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 223 41 17 0 0.82 0.92 0.13 6.99 0.86 0.47
Hex DF 29 11 0 52 5C D 7 56 2F
Octal 337 51 21 0 122 134 15 7 126 57
Binary 11011111 101001 10001 0 1010010 1011100 1101 111 1010110 101111

Color Harmonies of #DF2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2911

Black with #DF2911

Text Example


Text Example

White with #DF2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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