Html Css Color HEX #DF2C11 Harley Davidson Orange

📋 copy color: '#DF2C11'

red 223 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2C11

Tints of Harley Davidson Orange #DF2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 78.52%
G = 15.49%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2C11 (or 0xDF2C11) is known color: Harley Davidson Orange. HEX triplet: DF, 2C and 11. RGB value is (223,44,17). Sum of RGB (Red+Green+Blue) = 223+44+17=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C11 is #20D3EE. Grayscale: #5E5E5E. Windows color (decimal): -2151407 or 1125599. OLE color: 1125599.

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

Color convert

RGB 223 44 17 -
CMYK 0 0.80 0.92 0.13
HSL 7.86º 0.86% 0.47% -
HSV(B) 7.86º 0.92% 0.87% -
XYZ 31.43 17.53 2.26 -
YUV 94.44 84.3 219.7 -
System Red Green Blue C M Y K H S L
Decimal 223 44 17 0 0.80 0.92 0.13 7.86 0.86 0.47
Hex DF 2C 11 0 50 5C D 8 56 2F
Octal 337 54 21 0 120 134 15 10 126 57
Binary 11011111 101100 10001 0 1010000 1011100 1101 1000 1010110 101111

Color Harmonies of #DF2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C11

Black with #DF2C11

Text Example


Text Example

White with #DF2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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