Html Css Color HEX #DF2015 Harley Davidson Orange

📋 copy color: '#DF2015'

red 223 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #DF2015

Tints of Harley Davidson Orange #DF2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 80.8%
G = 11.59%
B = 7.61%

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

#DF2015 (or 0xDF2015) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 15. RGB value is (223,32,21). Sum of RGB (Red+Green+Blue) = 223+32+21=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2015 is #20DFEA. Grayscale: #585858. Windows color (decimal): -2154475 or 1384671. OLE color: 1384671.

HSL color Cylindrical-coordinate representation of color #DF2015: hue angle of 3.27º degrees, saturation: 0.83, 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 #DF2015 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 21 -
CMYK 0 0.86 0.91 0.13
HSL 3.27º 0.83% 0.48% -
HSV(B) 3.27º 0.91% 0.87% -
XYZ 31.08 16.78 2.31 -
YUV 87.86 90.28 224.39 -
System Red Green Blue C M Y K H S L
Decimal 223 32 21 0 0.86 0.91 0.13 3.27 0.83 0.48
Hex DF 20 15 0 56 5B D 3 53 30
Octal 337 40 25 0 126 133 15 3 123 60
Binary 11011111 100000 10101 0 1010110 1011011 1101 11 1010011 110000

Color Harmonies of #DF2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2015

Black with #DF2015

Text Example


Text Example

White with #DF2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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