#cf440e

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

Shades of Harley Davidson Orange #CF440E

Tints of Harley Davidson Orange #CF440E

Color information

#CF440E (or 0xCF440E) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 44 and 0E. RGB value is (207,68,14). Sum of RGB (Red+Green+Blue) = 207+68+14=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF440E is #30BBF1. Grayscale: #676767. Windows color (decimal): -3193842 or 935119. OLE color: 935119.

HSL color Cylindrical-coordinate representation of color #CF440E: hue angle of 16.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF440E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB2076814-
CMYK00.670.930.19
HSL16.79º87.33%43.33%-
HSV(B)16.79º93.24%81.18%-
XYZ27.8817.432.31-
YUV103.477.55201.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.63%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=71.63%
G=23.53%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207681400.670.930.1916.7987.3343.33
HexCF44E0435D1311572b
Octal317104160103135232112753
Binary110011111000100111001000011101110110011100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf440e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf440e; }

 p { color: rgb(207,68,14); }

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

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

 a { background-color: rgb(207,68,14); }

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

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

 span { border-color: rgb(207,68,14); }

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