#cf3f0f

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

Shades of Harley Davidson Orange #CF3F0F

Tints of Harley Davidson Orange #CF3F0F

Color information

#CF3F0F (or 0xCF3F0F) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 3F and 0F. RGB value is (207,63,15). Sum of RGB (Red+Green+Blue) = 207+63+15=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3F0F is #30C0F0. Grayscale: #646464. Windows color (decimal): -3195121 or 999375. OLE color: 999375.

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

Color convert

RGB2076315-
CMYK00.700.930.19
HSL15º86.49%43.53%-
HSV(B)15º92.75%81.18%-
XYZ27.616.852.25-
YUV100.5879.71203.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.63%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=72.63%
G=22.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207631500.700.930.191586.4943.53
HexCF3FF0465D13f562c
Octal31777170106135231712654
Binary1100111111111111110100011010111011001111111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3f0f; }

 p { color: rgb(207,63,15); }

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

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

 a { background-color: rgb(207,63,15); }

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

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

 span { border-color: rgb(207,63,15); }

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