#CF310C

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

Shades of Harley Davidson Orange #CF310C

Tints of Harley Davidson Orange #CF310C

Color information

#CF310C (or 0xCF310C) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 31 and 0C. RGB value is (207,49,12). Sum of RGB (Red+Green+Blue) = 207+49+12=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF310C is #30CEF3. Grayscale: #5C5C5C. Windows color (decimal): -3198708 or 799183. OLE color: 799183.

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

Color convert

RGB2074912-
CMYK00.760.940.19
HSL11.38º89.04%42.94%-
HSV(B)11.38º94.2%81.18%-
XYZ26.915.491.92-
YUV92.0282.85210.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.24%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=77.24%
G=18.28%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207491200.760.940.1911.3889.0442.94
HexCF31C04C5E13b592b
Octal31761140114136231313153
Binary1100111111000111000100110010111101001110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF310C; }

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

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

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

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

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

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

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

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