#CF3D11

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

Shades of Harley Davidson Orange #CF3D11

Tints of Harley Davidson Orange #CF3D11

Color information

#CF3D11 (or 0xCF3D11) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 3D and 11. RGB value is (207,61,17). Sum of RGB (Red+Green+Blue) = 207+61+17=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3D11 is #30C2EE. Grayscale: #636363. Windows color (decimal): -3195631 or 1129935. OLE color: 1129935.

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

Color convert

RGB2076117-
CMYK00.710.920.19
HSL13.89º84.82%43.92%-
HSV(B)13.89º91.79%81.18%-
XYZ27.516.642.29-
YUV99.6481.37204.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.63%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=72.63%
G=21.40%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207611700.710.920.1913.8984.8243.92
HexCF3D110475C13e552c
Octal31775210107134231612554
Binary11001111111101100010100011110111001001111101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3D11; }

 p { color: rgb(207,61,17); }

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

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

 a { background-color: rgb(207,61,17); }

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

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

 span { border-color: rgb(207,61,17); }

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