#CF3115

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

Shades of Harley Davidson Orange #CF3115

Tints of Harley Davidson Orange #CF3115

Color information

#CF3115 (or 0xCF3115) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 31 and 15. RGB value is (207,49,21). Sum of RGB (Red+Green+Blue) = 207+49+21=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3115 is #30CEEA. Grayscale: #5D5D5D. Windows color (decimal): -3198699 or 1389007. OLE color: 1389007.

HSL color Cylindrical-coordinate representation of color #CF3115: hue angle of 9.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF3115 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2074921-
CMYK00.760.900.19
HSL9.03º81.58%44.71%-
HSV(B)9.03º89.86%81.18%-
XYZ26.9715.522.28-
YUV93.0587.35209.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 74.73%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=74.73%
G=17.69%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207492100.760.900.199.0381.5844.71
HexCF311504C5A139522d
Octal31761250114132231112255
Binary11001111110001101010100110010110101001110011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3115; }

 p { color: rgb(207,49,21); }

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

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

 a { background-color: rgb(207,49,21); }

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

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

 span { border-color: rgb(207,49,21); }

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