Html Css Color HEX #DF2014 Harley Davidson Orange

📋 copy color: '#DF2014'

red 223 ◦ green 32 ◦ blue 20

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

Shades of Harley Davidson Orange #DF2014

Tints of Harley Davidson Orange #DF2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 81.09%
G = 11.64%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF2014 (or 0xDF2014) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 14. RGB value is (223,32,20). Sum of RGB (Red+Green+Blue) = 223+32+20=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2014 is #20DFEB. Grayscale: #575757. Windows color (decimal): -2154476 or 1319135. OLE color: 1319135.

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

Color convert

RGB 223 32 20 -
CMYK 0 0.86 0.91 0.13
HSL 3.55º 0.84% 0.48% -
HSV(B) 3.55º 0.91% 0.87% -
XYZ 31.07 16.77 2.26 -
YUV 87.74 89.78 224.48 -
System Red Green Blue C M Y K H S L
Decimal 223 32 20 0 0.86 0.91 0.13 3.55 0.84 0.48
Hex DF 20 14 0 56 5B D 4 54 30
Octal 337 40 24 0 126 133 15 4 124 60
Binary 11011111 100000 10100 0 1010110 1011011 1101 100 1010100 110000

Color Harmonies of #DF2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2014

Black with #DF2014

Text Example


Text Example

White with #DF2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2014; }

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

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

background-color css

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

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

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

border-color css

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

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

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