#DF2C14

Color #DF2C14 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DF2C14

Tints of Harley Davidson Orange #DF2C14

Color information

#DF2C14 (or 0xDF2C14) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2C and 14. RGB value is (223,44,20). Sum of RGB (Red+Green+Blue) = 223+44+20=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C14 is #20D3EB. Grayscale: #5F5F5F. Windows color (decimal): -2151404 or 1322207. OLE color: 1322207.

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

Color convert

RGB2234420-
CMYK00.800.910.13
HSL7.09º83.54%47.65%-
HSV(B)7.09º91.03%87.45%-
XYZ31.4617.542.39-
YUV94.7885.8219.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.70%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 20 (8.20% from 255) = 6.97%
R=77.70%
G=15.33%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223442000.800.910.137.0983.5447.65
HexDF2C140505BD75430
Octal3375424012013315712460
Binary110111111011001010001010000101101111011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C14; }

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

 H1.HeaderClassName
 {
   color: #DF2C14;
 }
 .AnyTagClassName
 {
   color: #DF2C14;
 }
</style>
background-color css

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

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

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

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

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

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