#DF230E

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

Shades of Harley Davidson Orange #DF230E

Tints of Harley Davidson Orange #DF230E

Color information

#DF230E (or 0xDF230E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 23 and 0E. RGB value is (223,35,14). Sum of RGB (Red+Green+Blue) = 223+35+14=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF230E is #20DCF1. Grayscale: #595959. Windows color (decimal): -2153714 or 926687. OLE color: 926687.

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

Color convert

RGB2233514-
CMYK00.840.940.13
HSL6.03º88.19%46.47%-
HSV(B)6.03º93.72%87.45%-
XYZ31.1116.922.04-
YUV88.8285.78223.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 81.99%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=81.99%
G=12.87%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223351400.840.940.136.0388.1946.47
HexDF23E0545ED6582e
Octal3374316012413615613056
Binary11011111100011111001010100101111011011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF230E; }

 p { color: rgb(223,35,14); }

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

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

 a { background-color: rgb(223,35,14); }

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

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

 span { border-color: rgb(223,35,14); }

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