Html Css Color HEX #DF2E20 Harley Davidson Orange

📋 copy color: '#DF2E20'

red 223 ◦ green 46 ◦ blue 32

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

Shades of Harley Davidson Orange #DF2E20

Tints of Harley Davidson Orange #DF2E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 74.09%
G = 15.28%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF2E20 (or 0xDF2E20) is known color: Harley Davidson Orange. HEX triplet: DF, 2E and 20. RGB value is (223,46,32). Sum of RGB (Red+Green+Blue) = 223+46+32=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E20 is #20D1DF. Grayscale: #616161. Windows color (decimal): -2150880 or 2109151. OLE color: 2109151.

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

Color convert

RGB 223 46 32 -
CMYK 0 0.79 0.86 0.13
HSL 4.4º 0.75% 0.5% -
HSV(B) 4.4º 0.86% 0.87% -
XYZ 31.67 17.75 3.12 -
YUV 97.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 223 46 32 0 0.79 0.86 0.13 4.4 0.75 0.5
Hex DF 2E 20 0 4F 56 D 4 4B 32
Octal 337 56 40 0 117 126 15 4 113 62
Binary 11011111 101110 100000 0 1001111 1010110 1101 100 1001011 110010

Color Harmonies of #DF2E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E20

Black with #DF2E20

Text Example


Text Example

White with #DF2E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E20; }

 p { color: rgb(223,46,32); }

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

background-color css

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

 a { background-color: rgb(223,46,32); }

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

border-color css

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

 span { border-color: rgb(223,46,32); }

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