Html Css Color HEX #DF2012 Harley Davidson Orange

📋 copy color: '#DF2012'

red 223 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #DF2012

Tints of Harley Davidson Orange #DF2012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 81.68%
G = 11.72%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2012 (or 0xDF2012) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 12. RGB value is (223,32,18). Sum of RGB (Red+Green+Blue) = 223+32+18=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2012 is #20DFED. Grayscale: #575757. Windows color (decimal): -2154478 or 1188063. OLE color: 1188063.

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

Color convert

RGB 223 32 18 -
CMYK 0 0.86 0.92 0.13
HSL 4.1º 0.85% 0.47% -
HSV(B) 4.1º 0.92% 0.87% -
XYZ 31.06 16.76 2.17 -
YUV 87.51 88.78 224.64 -
System Red Green Blue C M Y K H S L
Decimal 223 32 18 0 0.86 0.92 0.13 4.1 0.85 0.47
Hex DF 20 12 0 56 5C D 4 55 2F
Octal 337 40 22 0 126 134 15 4 125 57
Binary 11011111 100000 10010 0 1010110 1011100 1101 100 1010101 101111

Color Harmonies of #DF2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2012

Black with #DF2012

Text Example


Text Example

White with #DF2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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