#CF460E

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

Shades of Harley Davidson Orange #CF460E

Tints of Harley Davidson Orange #CF460E

Color information

#CF460E (or 0xCF460E) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 46 and 0E. RGB value is (207,70,14). Sum of RGB (Red+Green+Blue) = 207+70+14=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF460E is #30B9F1. Grayscale: #686868. Windows color (decimal): -3193330 or 935631. OLE color: 935631.

HSL color Cylindrical-coordinate representation of color #CF460E: hue angle of 17.41º 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 #CF460E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB2077014-
CMYK00.660.930.19
HSL17.41º87.33%43.33%-
HSV(B)17.41º93.24%81.18%-
XYZ2817.682.35-
YUV104.5876.89201.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.13%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 14 (5.86% from 255) = 4.81%
R=71.13%
G=24.05%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207701400.660.930.1917.4187.3343.33
HexCF46E0425D1311572b
Octal317106160102135232112753
Binary110011111000110111001000010101110110011100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF460E; }

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

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

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

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

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

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

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

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