Html Css Color HEX #DF2B17 Harley Davidson Orange

📋 copy color: '#DF2B17'

red 223 ◦ green 43 ◦ blue 23

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

Shades of Harley Davidson Orange #DF2B17

Tints of Harley Davidson Orange #DF2B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.88%

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 77.16%
G = 14.88%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF2B17 (or 0xDF2B17) is known color: Harley Davidson Orange. HEX triplet: DF, 2B and 17. RGB value is (223,43,23). Sum of RGB (Red+Green+Blue) = 223+43+23=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2B17 is #20D4E8. Grayscale: #5E5E5E. Windows color (decimal): -2151657 or 1518559. OLE color: 1518559.

HSL color Cylindrical-coordinate representation of color #DF2B17: hue angle of 6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF2B17 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 43 23 -
CMYK 0 0.81 0.90 0.13
HSL 0.81% 0.48% -
HSV(B) 0.9% 0.87% -
XYZ 31.45 17.48 2.53 -
YUV 94.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 223 43 23 0 0.81 0.90 0.13 6 0.81 0.48
Hex DF 2B 17 0 51 5A D 6 51 30
Octal 337 53 27 0 121 132 15 6 121 60
Binary 11011111 101011 10111 0 1010001 1011010 1101 110 1010001 110000

Color Harmonies of #DF2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B17

Black with #DF2B17

Text Example


Text Example

White with #DF2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B17; }

 p { color: rgb(223,43,23); }

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

background-color css

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

 a { background-color: rgb(223,43,23); }

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

border-color css

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

 span { border-color: rgb(223,43,23); }

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