Html Css Color HEX #DF2F11 Harley Davidson Orange

📋 copy color: '#DF2F11'

red 223 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2F11

Tints of Harley Davidson Orange #DF2F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

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

R = 77.7%
G = 16.38%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2F11 (or 0xDF2F11) is known color: Harley Davidson Orange. HEX triplet: DF, 2F and 11. RGB value is (223,47,17). Sum of RGB (Red+Green+Blue) = 223+47+17=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2F11 is #20D0EE. Grayscale: #606060. Windows color (decimal): -2150639 or 1126367. OLE color: 1126367.

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

Color convert

RGB 223 47 17 -
CMYK 0 0.79 0.92 0.13
HSL 8.74º 0.86% 0.47% -
HSV(B) 8.74º 0.92% 0.87% -
XYZ 31.55 17.76 2.3 -
YUV 96.2 83.31 218.44 -
System Red Green Blue C M Y K H S L
Decimal 223 47 17 0 0.79 0.92 0.13 8.74 0.86 0.47
Hex DF 2F 11 0 4F 5C D 9 56 2F
Octal 337 57 21 0 117 134 15 11 126 57
Binary 11011111 101111 10001 0 1001111 1011100 1101 1001 1010110 101111

Color Harmonies of #DF2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F11

Black with #DF2F11

Text Example


Text Example

White with #DF2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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